mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:10:48 +00:00
Test 3
This commit is contained in:
@@ -157,17 +157,18 @@ img{
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
th,td {
|
th,td {
|
||||||
font-size: 90%;
|
font-size: 2vw;
|
||||||
|
padding: 1vw;
|
||||||
}
|
}
|
||||||
nav#corsie-nav ul li a{
|
nav#corsie-nav ul li a{
|
||||||
font-size: 2.8vw;
|
font-size: 90%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
margin-bottom: 0;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
h2.noreduction{
|
h2.noreduction{
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
@@ -189,12 +190,21 @@ img{
|
|||||||
|
|
||||||
@media (max-width: 512px) {
|
@media (max-width: 512px) {
|
||||||
th,td {
|
th,td {
|
||||||
font-size: 2.8vw;
|
font-size: 3vw;
|
||||||
padding: .8vw;
|
padding: 1vw;
|
||||||
}
|
}
|
||||||
table{
|
table{
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
|
nav#corsie-nav ul li a{
|
||||||
|
font-size: 2.8vw;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
h2.noreduction{
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Reference in New Issue
Block a user