Changed footer margins
This commit is contained in:
10
style.css
10
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user