This website works better with JavaScript.
Home
Explore
Help
Sign In
clonk2u
/
stroll
forked from
chemicalcrux/stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Layout improvement
tags/v0.7.0
Fen Dweller
8 years ago
parent
511a04d788
commit
5e8b5e3601
1 changed files
with
14 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-4
style.css
+ 14
- 4
style.css
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save