-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
129 lines (127 loc) · 2 KB
/
Copy pathresponsive.css
File metadata and controls
129 lines (127 loc) · 2 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
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
118
119
120
121
122
123
124
125
126
127
128
129
@media screen and (max-width: 1100px) {
.bagian1 {
margin: 0;
}
.isi,
.row {
flex-wrap: wrap-reverse;
}
.isi img {
width: 100%;
border-radius: unset;
}
.heading-left {
width: 100%;
}
.faculty {
width: 100%;
}
}
@media screen and (max-width: 800px) {
.isi {
border-left: unset;
border-radius: unset;
margin-bottom: 30px;
}
.judul h1,
.heading-right h1,
.sejarah h1 {
border-left: 10px solid #fdcb2c;
}
.isi p {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.sejarah img {
width: 100%;
}
.sejarah h1,
.judul h1,
.heading-right h1 {
font-size: 2em;
}
.container {
margin: 0;
}
.heading-left img {
width: 100%;
height: unset;
}
.heading-right p {
width: unset;
height: unset;
padding: 20px 35px 20px 35px;
}
.heading-right {
padding: unset;
}
.heading-right h1 {
width: 100%;
text-align: left;
}
.isi p {
font-size: 1.3em;
}
.text1 {
padding-left: 15px;
}
.text2 {
padding-right: 15px;
}
.faculty {
padding: 0 15px 0 15px;
}
.menu {
padding: 0 12px 0 12px;
}
.up-section ul, .dwn-section ul {
padding: 0;
width: 50%;
}
.social, .search {
width: 50%;
}
}
@media screen and (max-width: 500px) {
.text1,
.text2 {
flex-basis: 100%;
}
.sejarah h1,
.judul h1,
.heading-right h1 {
font-size: 1.5em;
}
.up-section img {
margin: 0 auto;
}
.social,
.search,
.search input {
width: 100%;
}
.social-icons {
justify-content: center;
}
.header-list ul {
padding: 3px 2px;
}
.isi p {
font-size: 1em;
}
.text1 {
padding: 0 15px 0 15px;
}
.text2 {
padding: 0 15px 0 15px;
}
.up-section ul, .dwn-section ul {
width: 100%;
}
}
@media screen and (max-width: 400px) {
.isi {
border-left: unset;
}
}