logo isn't centered but whatever
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user