mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -05:00
Update style of top page icon
This commit is contained in:
parent
5ceeb21789
commit
dcbb0dc853
1 changed files with 2 additions and 4 deletions
|
@ -71,15 +71,13 @@ footer {
|
|||
|
||||
nav ul {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
max-width: 300px;
|
||||
margin: 20px auto;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
nav li {
|
||||
flex: 1;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
/* Contents List */
|
||||
|
|
Loading…
Reference in a new issue