css improvement

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-21 00:40:45 +02:00
parent e4016dee44
commit 53ddabb27b

View File

@@ -400,9 +400,19 @@ a.wikilink{
grid-template-columns: 230px auto;
}
.grid2 > :nth-child(2n-1){
text-align:right;
padding-right: 5px;
}
@media screen and (max-width: 600px) {
.grid2{
display: grid;
grid-template-columns: auto;
}
.grid2 > :nth-child(2n-1){
text-align: initial ;
padding-top: 8px;
}
}