-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathresponsive.css
117 lines (96 loc) · 1.88 KB
/
responsive.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@media all and (max-width: 900px) {
.header-nav {
display: none;
}
.menu-icon {
font-size: larger;
display: block;
float: right;
color: white;
float: right;
padding: 28px 12px;
}
.main-content h1 {
font-size: 55px;
}
.heading-content h2 {
font-size: 20;
}
.deskripsi-konten-umai p {
font-size: 18px;
padding: 15px 30px;
}
.menu-content {
width: 100%;
margin: auto;
height: fit-content;
}
.pesan-menu {
width: 50%;
font-size: 17px;
text-align: center;
}
.subscribe {
align-items: center;
}
}
@media all and (max-width: 720px) {
.header-nav {
display: none;
}
.menu-icon {
font-size: larger;
display: block;
float: right;
color: white;
float: right;
padding: 28px 12px;
}
.main-content h1 {
font-size: 32px;
line-height: 36px;
text-align: center;
}
.main-content p {
font-size: 14px;
line-height: 12px;
text-align: center;
}
.menu-content {
width: 100%;
margin: auto;
height: fit-content;
}
.menu-kami {
margin-bottom: 10px;
}
.btn {
width: 100%;
}
.konten-menu {
width: 90%;
align-items: center;
}
.sub-text-menu {
font-size: 18px;
}
.pesan-menu {
width: auto;
}
.subscribe h2 {
font-size: 24px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-right {
width: 100%;
text-align: center;
}
.footer-distributed .footer-center {
width: 100%;
display: none;
}
.footer-distributed .footer-icons {
margin-top: 2px;
margin-bottom: 10px;
}
}