modifs in global attribute flexbox alternativ implementation

This commit is contained in:
asus
2023-11-17 17:49:44 +01:00
parent 5a443e6672
commit 7e0cb01352
4 changed files with 210 additions and 48 deletions

View File

@@ -29,3 +29,9 @@ li {
li::marker {
font-size: 1.2rem;
}
@media screen and (max-width: 530px) {
pre {
font-size: 2.2vw;
}
}