logo isn't centered but whatever

This commit is contained in:
chimchooree
2024-01-02 15:55:27 -06:00
parent ee1b6fb498
commit df82f2e71e
2 changed files with 5 additions and 34 deletions
+5 -1
View File
@@ -146,8 +146,12 @@ img {
grid-area: 1 / 1 / 2 / 2;
color: #C0AAC0;
text-align: center;
font-size: 1.5em;
font-size: 5vw;/*1.5em;*/
text-overflow: hidden;
white-space: nowrap; /* Prevent text from wrapping */
display: flex;
justify-content: center; /* Horizontally center content */
align-items: center; /* Vertically center content */
}
.top a {
color: #C0AAC0;