_sass/_base.scss in jekyll-theme-mehdix-rtl-0.1.6 vs _sass/_base.scss in jekyll-theme-mehdix-rtl-0.1.7
- old
+ new
@@ -18,10 +18,11 @@
line-height: $base-line-height;
font-weight: 300;
color: $text-color;
background-color: $background-color;
-webkit-text-size-adjust: 100%;
+ overflow-wrap: break-word;
}
/**
@@ -160,11 +161,12 @@
padding-right: $spacing-unit;
padding-left: $spacing-unit;
@extend %clearfix;
@include media-query($on-laptop) {
- max-width: -webkit-calc(800px - (#{$spacing-unit}));
- max-width: calc(800px - (#{$spacing-unit}));
+ //max-width: -webkit-calc(800px - (#{$spacing-unit}));
+ //max-width: calc(800px - (#{$spacing-unit}));
+ width: 89vw;
padding-right: $spacing-unit / 2;
padding-left: $spacing-unit / 2;
}
}