mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-27 13:53:13 +00:00
General cleanup
This commit is contained in:
parent
5fee89d2e7
commit
2c6beefa43
13 changed files with 132 additions and 14 deletions
21
css/nav.css
21
css/nav.css
|
@ -21,5 +21,24 @@ nav h3 {
|
|||
margin: 0;
|
||||
}
|
||||
nav hr {
|
||||
margin: 0.5rem 0.2rem; padding: 0;
|
||||
margin: 0.5rem 0; padding: 0;
|
||||
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.nav-name h3, .nav-name {
|
||||
display: block;
|
||||
}
|
||||
.nav-links {
|
||||
width: auto;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@media (max-width: 450px) {
|
||||
.nav-name h3, .nav-name {
|
||||
display: none;
|
||||
}
|
||||
.nav-links {
|
||||
width: 100%;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue