Update app_css-backup1.css
Browse files- app_css-backup1.css +22 -19
app_css-backup1.css
CHANGED
@@ -97,47 +97,50 @@ footer, .footer, div[class*="footer"], #footer {
|
|
97 |
|
98 |
/* Examples ์น์
์คํ์ผ๋ง */
|
99 |
.examples-section {
|
100 |
-
width: 100
|
101 |
-
padding: 24px;
|
102 |
-
margin-top: 24px;
|
|
|
103 |
}
|
104 |
|
105 |
.examples-section .ant-row {
|
106 |
-
display:
|
107 |
-
|
|
|
|
|
108 |
}
|
109 |
|
110 |
.examples-section .ant-col {
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
}
|
115 |
|
116 |
.examples-section .ant-card {
|
117 |
-
|
118 |
-
|
119 |
-
|
|
|
120 |
}
|
121 |
|
122 |
.examples-section .ant-card-meta {
|
123 |
-
padding: 12px;
|
124 |
}
|
125 |
|
126 |
-
/* ๋ฐ์ํ
|
127 |
@media (max-width: 768px) {
|
128 |
-
.examples-section .ant-
|
129 |
-
|
130 |
-
max-width: 100% !important;
|
131 |
}
|
132 |
}
|
133 |
|
134 |
@media (min-width: 769px) and (max-width: 1200px) {
|
135 |
-
.examples-section .ant-
|
136 |
-
|
137 |
-
max-width: 50% !important;
|
138 |
}
|
139 |
}
|
140 |
|
|
|
141 |
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
142 |
.ant-row {
|
143 |
margin: 0 !important;
|
|
|
97 |
|
98 |
/* Examples ์น์
์คํ์ผ๋ง */
|
99 |
.examples-section {
|
100 |
+
width: 100% !important;
|
101 |
+
padding: 24px !important;
|
102 |
+
margin-top: 24px !important;
|
103 |
+
display: block !important;
|
104 |
}
|
105 |
|
106 |
.examples-section .ant-row {
|
107 |
+
display: grid !important;
|
108 |
+
grid-template-columns: repeat(3, 1fr) !important;
|
109 |
+
gap: 16px !important;
|
110 |
+
width: 100% !important;
|
111 |
}
|
112 |
|
113 |
.examples-section .ant-col {
|
114 |
+
width: 100% !important;
|
115 |
+
display: block !important;
|
116 |
+
position: relative !important;
|
117 |
}
|
118 |
|
119 |
.examples-section .ant-card {
|
120 |
+
width: 100% !important;
|
121 |
+
height: 100% !important;
|
122 |
+
margin-bottom: 16px !important;
|
123 |
+
cursor: pointer !important;
|
124 |
}
|
125 |
|
126 |
.examples-section .ant-card-meta {
|
127 |
+
padding: 12px !important;
|
128 |
}
|
129 |
|
130 |
+
/* ๋ฐ์ํ ๊ทธ๋ฆฌ๋ */
|
131 |
@media (max-width: 768px) {
|
132 |
+
.examples-section .ant-row {
|
133 |
+
grid-template-columns: 1fr !important;
|
|
|
134 |
}
|
135 |
}
|
136 |
|
137 |
@media (min-width: 769px) and (max-width: 1200px) {
|
138 |
+
.examples-section .ant-row {
|
139 |
+
grid-template-columns: repeat(2, 1fr) !important;
|
|
|
140 |
}
|
141 |
}
|
142 |
|
143 |
+
|
144 |
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
145 |
.ant-row {
|
146 |
margin: 0 !important;
|