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