mirror of
https://github.com/danbulant/design
synced 2026-07-07 03:51:02 +00:00
add top margin to "I recently started blog"
This commit is contained in:
parent
5052ec0356
commit
69d68f7ec1
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@
|
||||||
}
|
}
|
||||||
.blog {
|
.blog {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-top: 20px;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue