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