]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Minor css adjustement.
authorBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 15 Oct 2020 05:40:57 +0000 (22:40 -0700)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 15 Oct 2020 05:41:55 +0000 (22:41 -0700)
Fixes #114 & #117

src/assets/app.scss
src/components/Service.vue

index 4585874299d9eddcea4bf9e50b2b2c739e1959f7..43d762980bad9dcabb2811c2e1fe71c46450f8e3 100644 (file)
@@ -170,6 +170,7 @@ body {
 
     .title {
       font-size: 1.1em;
+      line-height: 1.2em;
       @include ellipsis();
     }
 
index 59fdf17e7bea6be8d195fa9b0ca29601923285a1..81ad8a29749686f02c4e1e28be7fed874189e709 100644 (file)
@@ -37,4 +37,8 @@ export default {
 };
 </script>
 
-<style scoped lang="scss"></style>
+<style scoped lang="scss">
+.media-left img {
+  max-height: 100%;
+}
+</style>