-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (81 loc) · 1.26 KB
/
style.css
File metadata and controls
110 lines (81 loc) · 1.26 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/* Html tags */
body{
font-family: 'Bebas', sans-serif;
}
nav{
padding: 10px;
}
/* Classes */
.contentBody{
padding-top: 1%;
font-family: 'Barlow Condensed', sans-serif;
}
.navbar-header {
float: left;
padding: 15px;
width: 100%;
}
.navbar-brand {
float:none;
font-size: 200%;
}
.nav-item{
padding: 0 1em 0 1em;
}
.nav-item>a{
font-size: 120%;
}
.nav-item>a:hover{
color: #FFFFFF;
}
.footer{
padding: 1.5em 0 1.5em 0;
}
.footerBrand{
text-decoration: none;
font-size: 130%;
color: #D6D6D6;
}
.footerBody .navbar-nav{
flex-direction: row;
}
footer .footerBody li .nav-link{
display: list-item;
}
.bg-dark {
background-color: #0A0A0A!important;
}
.card{
display: inline-flex;
border:none;
align-items: stretch;
text-align: center;
}
.cardBody, .cardImage{
padding: 2% 0 2% 0;
}
.cardBody{
text-align: left;
padding-left: 2%;
}
.cardText{
font-size: 1.2em;
}
.cardHeader h1{
font-size: 4em;
}
.spaceMaker{
height: 106px;
width: 100%;
}
/* ids */
/* mixed */
#mocha h2 {
font-size: 12px;
}
/* MEDIA */
@media (max-width: 1366px) {
.navbar-header{
font-size: 140%;
}
}