mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
17 lines
238 B
SCSS
17 lines
238 B
SCSS
.Preview {
|
|
.post + .post {
|
|
margin-top: 2em;
|
|
}
|
|
.date {
|
|
margin: 0;
|
|
opacity: 0.7;
|
|
font-weight: 300;
|
|
}
|
|
.intro {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
p {
|
|
font-weight: 300;
|
|
}
|
|
}
|