mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-20 00:25:24 +00:00
Delete flex
This commit is contained in:
parent
3dfbea3ed4
commit
0834da1b5f
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue