Fix grafica (non so come)
This commit is contained in:
parent
f250b76976
commit
f83711b43a
21
style.css
21
style.css
|
@ -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;
|
||||
background-color: #282828;
|
||||
height: 70px;
|
||||
background-color:#282828;
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue