css improvement
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -400,9 +400,19 @@ a.wikilink{
|
|||||||
grid-template-columns: 230px auto;
|
grid-template-columns: 230px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid2 > :nth-child(2n-1){
|
||||||
|
text-align:right;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
.grid2{
|
.grid2{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid2 > :nth-child(2n-1){
|
||||||
|
text-align: initial ;
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user