mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:01:28 +00:00
Test fix tabella piccola cercaorario
This commit is contained in:
@@ -151,20 +151,20 @@ img{
|
|||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.search-result {
|
.search-result {
|
||||||
display: block;
|
display: block;
|
||||||
width: 95.5%;
|
width: 96.5%;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
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%;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -187,6 +187,19 @@ img{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 512px) {
|
||||||
|
th,td {
|
||||||
|
font-size: 3vw;
|
||||||
|
padding: .8vw;
|
||||||
|
}
|
||||||
|
table{
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
nav#corsie-nav ul li a{
|
||||||
|
font-size: 3vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Reference in New Issue
Block a user