@@ -1,7 +1,6 @@
#homePage{
flex-direction: column;
position: relative;
- overflow-y: auto;
}
#homePage h1{
@@ -1,7 +1,7 @@
#sessionPage{
justify-content: flex-start;
+ padding-bottom: 25px;
#previousSession{
@@ -22,21 +22,21 @@
color: var(--text);
+body{
+ background: var(--dark);
+}
+
.page{
display: flex;
justify-content: center;
align-items: center;
- height: 100vh;
+ min-height: calc(100vh - 65px);
width: 100vw;
- background: var(--dark);
- padding: 75px 25px 25px 25px;
+ padding: 25px 25px 25px 25px;
.logo{
- position: absolute;
- top: 5px;
- left: 5px;
- z-index: 250;
+ margin-left: 10px;
#notifier{