mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-25 22:10:43 -05:00
commit
b96438787d
1 changed files with 9 additions and 8 deletions
|
@ -12,18 +12,17 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: var(--light-bg);
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
height: 100%;
|
||||
background-image: url(../static/background.jpg);
|
||||
background-position: center;
|
||||
background-size: auto;
|
||||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
height: 80vh;
|
||||
|
||||
}
|
||||
.logo {
|
||||
position: relative;
|
||||
|
@ -96,6 +95,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
.sidebar {
|
||||
width: 50vw;
|
||||
|
@ -188,3 +188,4 @@ a {
|
|||
color: var(--text-color);
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue