9 lines
239 B
SCSS
9 lines
239 B
SCSS
/* General CSS for all screens */
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font: 14px/1.6 'Oswald','Calibri','Arial','DejaVu Sans', 'Open Sans','Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
|
|
}
|
|
|
|
// use screen.css
|
|
// and mobi.css |