🎉 Commit initial
This commit is contained in:
8
css/handheld.css
Normal file
8
css/handheld.css
Normal file
@@ -0,0 +1,8 @@
|
||||
* {
|
||||
float: none; /* Screens are not big enough to account for floats */
|
||||
background: #fff; /* As much contrast as possible */
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* Slightly reducing font size to reduce need to scroll */
|
||||
body { font-size: 80%; }
|
Reference in New Issue
Block a user