mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:10:49 +00:00
Fix tabella piccola solo percorsi
This commit is contained in:
@@ -161,14 +161,13 @@ img{
|
||||
flex-direction: column;
|
||||
}
|
||||
th,td {
|
||||
font-size: 70%;
|
||||
font-size: 90%;
|
||||
}
|
||||
nav#corsie-nav ul li a{
|
||||
font-size: 75%;
|
||||
margin: 0;
|
||||
}
|
||||
table {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
h2{
|
||||
@@ -192,6 +191,15 @@ img{
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 512px) {
|
||||
th,td {
|
||||
font-size: 70%;
|
||||
}
|
||||
table{
|
||||
margin-top:10px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user