-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (44 loc) · 886 Bytes
/
style.css
File metadata and controls
51 lines (44 loc) · 886 Bytes
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
/*
Theme Name: Code Dojo
Theme URI: https://codedojo.ch/
Description: Code Dojo
Author: Guido Gloor
Author URI: http://haslo.ch/
Template: shapely
Version: 0.0.1
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: code, dojo
Text Domain: codedojo
*/
#dojo-header {
width: 100%;
max-height: 400px;
object-fit: cover;
object-position: 0 80%;
}
.dojo-character {
width: 100%;
max-height: 800px;
object-fit: cover;
box-shadow: 0px 0px 50px #000;
}
.partner-logos {
margin-top: 100px;
text-align: center;
}
.partner-logos img {
max-width: 200px;
max-height: 200px;
}
h1.entry-title {
margin-bottom: 40px;
}
.entry-content, .entry-content p {
font-size: 20px;
}
@media (max-width: 992px) {
.dojo-character {
display: none;
}
}