_sass/components/article.scss in voppe-jekyll-theme-0.6.1 vs _sass/components/article.scss in voppe-jekyll-theme-0.6.2
- old
+ new
@@ -29,16 +29,16 @@
padding-left: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-left: 0.2em solid $color-highlight-primary;
background-color: $color-background-secondary;
+ overflow-x: auto;
}
- @include media-mobile {
- margin-top: 2em;
- }
@include media-tablet {
- margin-top: 2em;
+ margin-left: 1em;
+ margin-right: 1em;
+ max-width: 90%;
}
@include media-desktop {
margin-left: 1em;
margin-right: 1em;
\ No newline at end of file