-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (33 loc) · 844 Bytes
/
style.css
File metadata and controls
42 lines (33 loc) · 844 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
/*
Theme Name: Twenty Fourteen Child - For Geokrety
Theme URI: http://example.com/twenty-fourteen-child/
Description: Geokrety
Author: Mathieu Alorent
Author URI: http://geokretymap.org
Template: twentyfourteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fourteen-child
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 100%;
}
#map-loading {
position: relative;
}
#map {
height: 600px;
width: 100%;
position: relative;
}
#map img {
max-width: none;
}