mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-22 06:32:49 +00:00
too many changes - load posts now
This commit is contained in:
@@ -1,22 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
.Preview {
|
||||
.post + .post {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.date {
|
||||
margin: 0;
|
||||
opacity: 0.7;
|
||||
font-weight: 300;
|
||||
}
|
||||
.intro {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
p {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user