From 20c59f113d9f7a82245563175cc6a8ac0a1df019 Mon Sep 17 00:00:00 2001 From: Pavetr Date: Tue, 24 Feb 2026 12:49:53 +0300 Subject: [PATCH] Changed footer margins --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 043c481..d4544d1 100644 --- a/style.css +++ b/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; +}