Skip to content

Commit 77d2030

Browse files
committed
css changes to footer
1 parent eced660 commit 77d2030

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ html {
103103
}
104104

105105
#bot-box {
106-
top: 0;
106+
/* top: 0; */
107+
bottom: 0;
108+
left: 0;
109+
width: 100%;
110+
height: 20%;
111+
position: fixed;
107112
z-index: 1000;
108113
display: flex;
109114
justify-content: center;
@@ -116,9 +121,9 @@ html {
116121
width: 100%; */
117122
margin: 0;
118123
color: #f5f5f5;
119-
min-height: 34vh; /* twice your 17vh */
124+
/* min-height: 34vh; */
120125
overflow: hidden;
121-
position: relative;
126+
/* position: relative; */
122127
background: rgba(0, 0, 0, 0.5);
123128
backdrop-filter: blur(8px);
124129
}

0 commit comments

Comments
 (0)