mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 20:55:15 +00:00
Position Fixed
This commit is contained in:
parent
85ac2a72dd
commit
3dfbea3ed4
1 changed files with 3 additions and 3 deletions
|
|
@ -21,16 +21,16 @@
|
|||
|
||||
/* Logo + Background Image */
|
||||
.logo-container {
|
||||
position: relative;
|
||||
position: fixed ;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.logo-image {
|
||||
/* .logo-image {
|
||||
position: absolute;
|
||||
}
|
||||
} */
|
||||
|
||||
.Logo-Image{
|
||||
order: 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue