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); background-color: rgba(100, 100, 100, 0.25);
} }
footer { footer {
padding: 5px 10px;
background: #9e9e9e; background: #9e9e9e;
background: linear-gradient( background: linear-gradient(
0deg, 0deg,
rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 1) 0%,
rgba(100, 100, 100, 0) 100% rgba(100, 100, 100, 0) 100%
); );
position: fixed; position: absolute;
bottom: 0px; bottom: 0;
left: 0;
right: 0;
width: 100svw; width: 100svw;
ul { ul {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
} }
} }
.exam {
margin: 10px;
}