mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 09:27:37 +00:00
First pass at refactoring styles
This commit is contained in:

committed by
Hannah Wolfe

parent
e8080571bd
commit
e4ce16b517
43
assets/css/screen.css
Normal file
43
assets/css/screen.css
Normal file
@ -0,0 +1,43 @@
|
||||
/* ==========================================================================
|
||||
Table of Contents
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
0. Includes
|
||||
1. Something
|
||||
2. Something else
|
||||
*/
|
||||
|
||||
/* ==========================================================================
|
||||
0. Includes
|
||||
========================================================================== */
|
||||
|
||||
@import url(normalize.css);
|
||||
|
||||
/* ==========================================================================
|
||||
1. General
|
||||
========================================================================== */
|
||||
|
||||
html {font-size: 62.5%;}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 2rem;
|
||||
line-height: 1.6em;
|
||||
color: #50585D;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5rem;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
1. General
|
||||
========================================================================== */
|
||||
|
||||
.post {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
1208
assets/css/style.css
1208
assets/css/style.css
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user