mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-15 12:02:48 +00:00
more styling - added content to sidebar
This commit is contained in:
22
client/assets/scss/Preview.scss
Normal file
22
client/assets/scss/Preview.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user