fix: amelioration responsive
This commit is contained in:
parent
e304563ca4
commit
20a9b1cbaf
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ body {
|
|||
|
||||
nav ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: .5rem 0;
|
||||
border-top: 1px solid var(--border-color);
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
|
@ -187,5 +188,6 @@ details {
|
|||
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
Loading…
Reference in a new issue