mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -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 {
|
nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: center;
|
||||||
max-width: 300px;
|
|
||||||
margin: 20px auto;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
flex: 1;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Contents List */
|
/* Contents List */
|
||||||
|
|
Loading…
Reference in a new issue