-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
119 lines (45 loc) · 1.19 KB
/
responsive.css
File metadata and controls
119 lines (45 loc) · 1.19 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.main {
min-height: auto;
}
.navbar-nav {
align-items: center;
}
.custom_nav-container .navbar-toggler {
margin-bottom: 15px;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
padding: 10px 25px;
margin: 5px 0;
}
.custom_nav-container.navbar-expand-lg .form-inline {
justify-content: center;
}
.custom_nav-container.navbar-expand-lg {
padding-top: 10px;
align-items: center;
}
}
@media (max-width: 768px) {
.gregslame .heading_container {
margin-bottom: 0;
}
.gregslame .row {
flex-direction: column-reverse;
}
.gregslame .detail-box {
margin-left: 0;
width: 100%;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
}
@media (max-width: 576px) {}
@media (max-width: 480px) {}
@media (max-width: 420px) {}
@media (max-width: 376px) {}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}