mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
23 lines
227 B
SCSS
23 lines
227 B
SCSS
.Preview{
|
|
flex: 1;
|
|
-webkit-flex: 1;
|
|
|
|
.post + .post{
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.date{
|
|
margin: 0;
|
|
opacity: 0.7;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.intro{
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
p{
|
|
font-weight: 300;
|
|
}
|
|
}
|