-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (57 loc) · 970 Bytes
/
style.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
Theme Name: Olsen-Light Devoted
Description: A child theme for Olsen-Light, modified for Ronie.se
Author: Johan Dahl
Author URI: http://johandahl.com
Template: olsen-light
*/
body {
font-size: 16px;
}
.nav {
font-size: 16px;
}
.site-header {
background: #000000;
}
.site-bar {
background-color: #FFFFFF;
}
.site-logo h1 a {
color: #FFFFFF;
font-size: 1.5em;
}
.site-logo p.tagline {
color: #FFFFFF;
font-size: 1.25em;
}
.site-bar .site-tools {
width: auto;
}
.site-bar {
display: flex;
justify-content: space-between;
flex-direction: column;
}
@media (min-width: 480px) {
.site-bar {
flex-direction: row;
}
}
.site-bar .nav {
width: auto;
float: none;
flex: 1;
}
.site-bar .nav ul {
display: flex;
}
#footer .nav ul {
display: flex;
flex-direction: column;
}
@media (min-width: 480px) {
#footer .nav ul {
flex-direction: row;
}
}