fixing links alignment

This commit is contained in:
root 2024-10-05 15:42:50 +03:00
parent e09da98015
commit 183239ad18

View File

@ -16,7 +16,10 @@ body {
} }
.site-header { width: 100%; padding: 10px 0; background-color: rgba(0, 0, 0, 0.85); .site-header { width: 100%; padding: 10px 0; background-color: rgba(0, 0, 0, 0.85);
position: fixed; top: 0; z-index: 10; text-align: center; overflow-x: auto; } position: fixed; top: 0; z-index: 10; text-align: center; overflow-x: auto; }
.nav ul { list-style: none; display: flex; justify-content: center; gap: 20px; } .nav ul { list-style: none; display: flex;
justify-content: center;
gap: 20px;
}
.nav a { text-decoration: none; color: #00FFAA; font-size: 1.2rem; text-shadow: 1px 1px 2px #000; padding: 10px; } .nav a { text-decoration: none; color: #00FFAA; font-size: 1.2rem; text-shadow: 1px 1px 2px #000; padding: 10px; }
.nav a:hover { color: #FF00FF; } .nav a:hover { color: #FF00FF; }
@ -46,7 +49,13 @@ position: fixed; top: 0; z-index: 10; text-align: center; overflow-x: auto; }
margin: 10px 0; margin: 10px 0;
color: #FFF; color: #FFF;
} }
.links {
justify-content: center;
text-align: center;
width: 80%;
margin: auto;
}
.glitch { .glitch {
position: relative; position: relative;
font-size: 2rem; font-size: 2rem;