Delete flex

This commit is contained in:
juFried 2024-01-29 06:09:31 -07:00 committed by GitHub
parent 3dfbea3ed4
commit 0834da1b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
/* Logo + Background Image */
.logo-container {
position: fixed ;
display: flex;
display: block;
align-items: center;
justify-content: center;
height: 100%;
@ -33,12 +33,12 @@
} */
.Logo-Image{
order: 2;
z-index: 2;
width: 60%;
}
.Background-Image {
order: 1;
z-index: 1;
}
/* Navigation Bar */