forked from g0v/g0v.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.css
26 lines (26 loc) · 801 Bytes
/
page.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
body { font-size: 16px; background: #f9f5f5 }
@media only screen and (min-width: 768px) {
body { background: #b9b4b4 }
.container { background: #f9f5f5; padding: 2.5% 5% }
}
img { max-height: 50ex; }
h1 { border-bottom: 1px solid #ddd; padding-top: 1ex }
li { padding-top: 0.5ex; padding-bottom: 0.5ex }
h2 { padding-top: 1ex; padding-bottom: 0.5ex }
body { letter-spacing: 0.25px }
p, blockquote p { line-height: 135%; padding-top: 5px }
.container { max-width: 90ex; border-radius: 3px }
footer {
margin-top: 50px;
padding: 15px;
}
tt {
font-family: Menlo, 'Source Code Pro', 'Ubuntu Mono', 'DejaVu Sans Mono', 'Droid Sans Mono', 'Fira Mono OT', Consolas, monospace;
}
article img {
border-radius: 10px;
border: 1px solid #ddd;
}
article footer img {
border: none;
}