fix: amelioration responsive

This commit is contained in:
Kazhnuz 2024-09-23 10:10:28 +02:00
parent e304563ca4
commit 20a9b1cbaf

View file

@ -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;
}