We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102c681 commit 789be2dCopy full SHA for 789be2d
layouts/css/page-modules/_home.scss
@@ -55,7 +55,7 @@
55
opacity: .85;
56
}
57
58
- & > img {
+ > img {
59
border-radius: 2px;
60
61
layouts/css/styles.scss
@@ -38,7 +38,7 @@ article a {
38
font-size: inherit;
39
margin-bottom: 15px;
40
41
- & + p {
+ + p {
42
margin-top: 0;
43
44
@@ -132,7 +132,7 @@ a:hover .color-lightgray {
132
133
margin-top: 1em;
134
135
- & *:first-child {
+ *:first-child {
136
margin-top: .5rem;
137
138
0 commit comments