4 changed files with 54 additions and 8 deletions
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,31 @@
@@ -0,0 +1,31 @@
|
||||
body { |
||||
font-family: 'Open Sans', sans-serif; |
||||
font-weight: normal; |
||||
color: rgba(0,0,0,0.87); |
||||
line-height: 1.6; |
||||
font-size: 16px; |
||||
-webkit-font-smoothing: antialiased; |
||||
padding-left: 20px; |
||||
padding-right: 20px; |
||||
display:flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
a { |
||||
text-decoration: none; |
||||
} |
||||
|
||||
a:hover { |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
h1 { |
||||
font-weight: normal; |
||||
margin-bottom: 70px; |
||||
} |
||||
|
||||
.entry { |
||||
max-width: 590px; |
||||
} |
Loading…
Reference in new issue