_sass/theme.scss in texture-0.2 vs _sass/theme.scss in texture-0.3
- old
+ new
@@ -106,29 +106,41 @@
@media screen and (max-width: $mobileWidth) {
margin:0 15px;
div.highlighter-rouge {
right: 15px;
}
+ div.highlight {
+ padding: 30px 15px;
+ }
}
@media screen and (max-width: $tabWidth) and (min-width: $mobileWidth){
margin:0 40px;
div.highlighter-rouge {
right: 40px;
}
+ div.highlight {
+ padding: 30px 40px;
+ }
}
@media screen and (max-width: $desktopWidth) and (min-width: $tabWidth){
margin:0 80px;
div.highlighter-rouge {
right: 80px;
}
+ div.highlight {
+ padding: 30px 80px;
+ }
}
@media screen and (min-width: $desktopWidth) and (max-width: 1280px) {
margin:0 100px;
div.highlighter-rouge {
right: 100px;
+ }
+ div.highlight {
+ padding: 30px 100px;
}
}
}
.post-title {
\ No newline at end of file