-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-event.css
More file actions
46 lines (40 loc) · 752 Bytes
/
section-event.css
File metadata and controls
46 lines (40 loc) · 752 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
#id_section_event {
padding-top: 15px;
padding-bottom: 15px;
}
#id_section_event {
padding-bottom: 15px;
background-color: rgb(207, 216, 220);
position: relative;
border-radius: 1px;
box-shadow: 0px 4px 32px -4px #000;
z-index: 33;
}
#gmap_canvas img {
max-width:none!important;
background:none!important;
}
@media (min-width: 768px) {
#gmap_canvas {
height:142px;
width:auto;
margin-top:20px;
}
}
@media (max-width: 768px) {
#id_div_section_event_party,
#id_div_section_event_location {
margin-top: 30px;
}
#id_div_section_event_ceremony>img,
#id_div_section_event_party>img,
#id_div_section_event_location>img {
height: 50px;
width: 50px;
}
#gmap_canvas {
height:256px;
width:auto;
margin-top:20px;
}
}