mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
Small CSS change
This commit is contained in:
parent
5a515082f8
commit
d5c9bd377f
1 changed files with 1 additions and 1 deletions
2
main.css
2
main.css
|
@ -40,7 +40,7 @@ li {
|
|||
margin: 10px;
|
||||
}
|
||||
.demo {
|
||||
margin: 30px auto 30px auto;
|
||||
margin: 10px auto 30px auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue