_child_theme.scss
691 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
.home.page-template-default {
#main-nav {
background:none
}
.entry-header {
display: none;
}
}
#content,
#page-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
width: calc(100% - 280px);
padding-top: 0px;
@media only screen and (max-width: 1260px) {
width: 100%;
}
#content {
position: relative;
}
}
.wrapper .container{
padding:0 160px 40px 50px;
@media only screen and (max-width: 1260px) {
padding:0 15px;
}
}
.um-um_account_id {
margin-top: 50px;
width: 80%!important;
}
h2{
color: #1A3668;
font-size: 28px;
line-height: 36px;
}