-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.css
More file actions
46 lines (39 loc) · 744 Bytes
/
footer.css
File metadata and controls
46 lines (39 loc) · 744 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
/*Footer-v3
------------------------------------*/
.footer-v3 .footer {
padding: 40px 0;
background: #252525;
border-top: 5px solid #555;
}
.footer-v3 .thumb-headline h2 {
color: #fff;
line-height: 22px;
margin-bottom: 10px;
}
.footer-v3 .footer p,
.footer-v3 .simple-list a {
color: #bbb;
}
/*Copyright*/
.footer-v3 .copyright {
padding: 10px 0;
background: #222;
border-top-color: #292929;
}
.footer-v3 .copyright p {
color: #bbb;
margin-top: 14px;
}
.footer-v3 .copyright .social-icons {
margin-top: 10px;
}
@media (max-width: 992px) {
.footer-v3 .copyright,
.footer-v3 .copyright p,
.footer-v3 .copyright ul {
text-align: left;
}
.footer-v3 .copyright .social-icons.pull-right {
float: inherit !important;
}
}