_header.scss
1.57 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.site-title{
font-size: 2.1875rem;
line-height: 3.125rem;
font-family: "PT Sans",sans-serif;
letter-spacing: 0rem;
color: #000000;
text-transform: uppercase;
display: flex;
align-content: flex-end;
flex-wrap: wrap;
border-left: 0.0625rem solid #999;
padding-left: 1.6875rem;
margin-left: 2.3125rem;
}
.branding{
display: flex;
margin-bottom: 0px;
margin-top: 15px;
}
#main-nav{
box-shadow: 0px 3px 6px #00000029;
//z-index: 9999;
}
#main-nav .container{
flex-direction: column;
align-items: flex-start;
margin-bottom: 10px;
@media only screen and (max-width: 1000px) {
height: 90px;
padding-top: 25px;
margin-bottom: 0px;
}
}
@media only screen and (max-width: 1000px) {
.branding{
margin-top: 0px;
}
.site-title{
font-size: 20px;
line-height: 24px;
margin-left: 0px;
}
.navbar-brand{
width:130px;
}
}
@media only screen and (max-width: 400px) {
.site-title{
font-size: 18px;
line-height: 24px;
margin-left: 0px;
padding-left: 15px;
}
}
.site{
margin-top: 170px;
max-width: 100%;
overflow-x: hidden;
@media only screen and (max-width: 1000px) {
margin-top: 80px;
}
}
#wrapper-navbar {
position: fixed;
width: 100%;
background-color: #fff;
z-index: 999;
top: 0px;
}
.admin-bar #wrapper-navbar {
top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar #wrapper-navbar {
top: 46px;
}
}