Fix grafica (non so come)

This commit is contained in:
Leocraft1 2025-03-11 18:49:01 +00:00
parent f250b76976
commit f83711b43a
1 changed files with 13 additions and 8 deletions

View File

@ -31,6 +31,7 @@ body{
hr.solid {
border: 3px solid #3d3d3d;
border-radius: 5px;
width: 100%;
}
hr.solidfooter {
border: 1px solid #525252;
@ -70,15 +71,20 @@ a.gbutton{
transform: translateY(5px)
}
footer{
position: sticky;
position: fixed;
left: 8px;
right: 8px;
bottom: 0px;
width: auto;
height: 70px;
background-color: #282828;
height: 70px;
width: 100%;
border-radius: 10px;
}
div.footer{
position: sticky;
bottom: 10px;
position: fixed;
left: 8px;
right: 8px;
bottom: 8px;
width: auto;
height: 60px;
background-color:#333;
@ -88,10 +94,9 @@ header {
font-size: 67%;
background-color: #333;
height: auto;
padding: 0px 20px;
display: flex;
padding: 0px 0px;
align-items: start;
width: auto;
width: 100%;
border-radius: 10px;
}
nav ul {