main.css
812 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
.navbar ul.nav > li > a {
font-size: 13px;
letter-spacing: -0.40px;
text-align: center;
padding: 0px 12px 2px;
height: 62px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.navbar-brand{
display: flex;
justify-content: center;
align-items: center;
}
.static_logo_img{
width:85px;
}
.static_logo_about{
font-family: Arial, sans-serif!important;
transition: 0.3s;
width: 125px;
padding: 0;
margin: 0;
margin-left: -5px;
float: left;
display: flex;
height: 62px;
justify-content: center;
align-items: center;
font-size: 11px;
text-transform: lowercase;
line-height: 13px;
cursor: default;
}
#top {
background: #555555;
color: #eeeeee;
padding: 7px 0 6px;
}