mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
merge branch into master
This commit is contained in:
commit
1fe952e1a5
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