Add some margin to <li>
This commit is contained in:
parent
1e78645d84
commit
697582dd2e
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
margin: 2rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue