Changed footer margins

This commit is contained in:
2026-02-24 12:49:53 +03:00
parent e5ccd4cf97
commit 20c59f113d

View File

@@ -47,18 +47,22 @@ tr:nth-child(even) {
background-color: rgba(100, 100, 100, 0.25);
}
footer {
padding: 5px 10px;
background: #9e9e9e;
background: linear-gradient(
0deg,
rgba(100, 100, 100, 1) 0%,
rgba(100, 100, 100, 0) 100%
);
position: fixed;
bottom: 0px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100svw;
ul {
list-style: none;
padding-left: 0;
}
}
.exam {
margin: 10px;
}