mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 05:22:28 +01:00
Removed .gatsby-highlight selectors
This commit is contained in:
parent
28d01bb999
commit
3e9a1a4230
@ -44,13 +44,6 @@
|
|||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
}
|
}
|
||||||
|
|
||||||
& .gatsby-highlight {
|
|
||||||
max-width: $layout-post-width;
|
|
||||||
margin-left: 15px;
|
|
||||||
margin-right: 15px;
|
|
||||||
@include margin-bottom(1)
|
|
||||||
}
|
|
||||||
|
|
||||||
& *:not(div) {
|
& *:not(div) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $layout-post-width;
|
max-width: $layout-post-width;
|
||||||
@ -62,20 +55,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint-sm {
|
|
||||||
.content {
|
|
||||||
&__body {
|
|
||||||
& .gatsby-highlight {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@include breakpoint-md {
|
@include breakpoint-md {
|
||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user