remove footer because it does not allow the selection of the botom sections

This commit is contained in:
AngelJumbo
2024-06-08 08:20:51 -05:00
parent cbe2e52507
commit 4899b3d32d
3 changed files with 24 additions and 33 deletions
+4 -1
View File
@@ -32,7 +32,7 @@
body {
background-color: var(--bg-color);
container-type: inline-size;
/*container-type: inline-size;*/
font-family: "Curier New", monospace;
margin: 0;
min-height: 100svh;
@@ -137,6 +137,9 @@ img:hover {
}
.float-btns {
position: fixed;
bottom: 0;
right: 0;
margin-bottom: 1rem;
margin-right: 1rem;
display: flex;