Fix right side margin

This commit is contained in:
Jacob 2024-03-31 03:06:05 +02:00
parent d39d312933
commit ca378622ff

View file

@ -194,7 +194,7 @@ footer {
position: fixed;
bottom: 0px;
width: 100%;
width: calc(100% - 30px);
border-radius: 10px;
margin: 10px;
}