Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
clonk2u
/
stroll
geforked van
chemicalcrux/stroll
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Layout improvement
tags/v0.7.0
Fen Dweller
8 jaren geleden
bovenliggende
511a04d788
commit
5e8b5e3601
1 gewijzigde bestanden
met
toevoegingen van 14
en
4 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-4
style.css
+ 14
- 4
style.css
Bestand weergeven
@@ -88,10 +88,20 @@ body {
height: 100px;
}
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
@media (max-aspect-ratio: 16/9){
.action-button {
font-size: 18px;
width: 100px;
height: 75px;
}
}
@media (min-aspect-ratio: 16/9){
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
}
}
#victim-table {
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan