We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eced660 commit 77d2030Copy full SHA for 77d2030
1 file changed
style.css
@@ -103,7 +103,12 @@ html {
103
}
104
105
#bot-box {
106
- top: 0;
+ /* top: 0; */
107
+ bottom: 0;
108
+ left: 0;
109
+ width: 100%;
110
+ height: 20%;
111
+ position: fixed;
112
z-index: 1000;
113
display: flex;
114
justify-content: center;
@@ -116,9 +121,9 @@ html {
116
121
width: 100%; */
117
122
margin: 0;
118
123
color: #f5f5f5;
119
- min-height: 34vh; /* twice your 17vh */
124
+ /* min-height: 34vh; */
120
125
overflow: hidden;
- position: relative;
126
+ /* position: relative; */
127
background: rgba(0, 0, 0, 0.5);
128
backdrop-filter: blur(8px);
129
0 commit comments