diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/app.scss | 1 | ||||
-rw-r--r-- | src/components/Service.vue | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index 4585874..43d7629 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -170,6 +170,7 @@ body { | |||
170 | 170 | ||
171 | .title { | 171 | .title { |
172 | font-size: 1.1em; | 172 | font-size: 1.1em; |
173 | line-height: 1.2em; | ||
173 | @include ellipsis(); | 174 | @include ellipsis(); |
174 | } | 175 | } |
175 | 176 | ||
diff --git a/src/components/Service.vue b/src/components/Service.vue index 59fdf17..81ad8a2 100644 --- a/src/components/Service.vue +++ b/src/components/Service.vue | |||
@@ -37,4 +37,8 @@ export default { | |||
37 | }; | 37 | }; |
38 | </script> | 38 | </script> |
39 | 39 | ||
40 | <style scoped lang="scss"></style> | 40 | <style scoped lang="scss"> |
41 | .media-left img { | ||
42 | max-height: 100%; | ||
43 | } | ||
44 | </style> | ||