Update app.css
Browse files
app.css
CHANGED
@@ -95,32 +95,47 @@ footer, .footer, div[class*="footer"], #footer {
|
|
95 |
height: 100%;
|
96 |
}
|
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 |
/* λ°μν λ μ΄μμ */
|
|
|
95 |
height: 100%;
|
96 |
}
|
97 |
|
98 |
+
/* Examples μΉμ
μ€νμΌλ§ - μμ λ λ²μ */
|
99 |
.examples-section {
|
100 |
+
width: 100% !important;
|
101 |
+
padding: 24px !important;
|
102 |
+
margin-top: 24px !important;
|
103 |
+
display: block !important;
|
104 |
+
overflow: visible !important;
|
105 |
}
|
106 |
|
107 |
.examples-section .ant-row {
|
108 |
+
display: grid !important;
|
109 |
+
grid-template-columns: repeat(3, 1fr) !important;
|
110 |
+
gap: 16px !important;
|
111 |
+
width: 100% !important;
|
112 |
+
min-height: auto !important;
|
113 |
+
overflow: visible !important;
|
114 |
}
|
115 |
|
116 |
.examples-section .ant-col {
|
117 |
+
width: 100% !important;
|
118 |
+
display: block !important;
|
119 |
+
position: relative !important;
|
120 |
+
float: none !important;
|
121 |
+
flex: none !important;
|
122 |
+
visibility: visible !important;
|
123 |
+
opacity: 1 !important;
|
124 |
}
|
125 |
|
126 |
.examples-section .ant-card {
|
127 |
+
width: 100% !important;
|
128 |
+
height: 100% !important;
|
129 |
+
margin-bottom: 16px !important;
|
130 |
+
cursor: pointer !important;
|
131 |
+
display: block !important;
|
132 |
+
visibility: visible !important;
|
133 |
+
opacity: 1 !important;
|
134 |
}
|
135 |
|
136 |
.examples-section .ant-card-meta {
|
137 |
+
padding: 12px !important;
|
138 |
+
display: block !important;
|
139 |
}
|
140 |
|
141 |
/* λ°μν λ μ΄μμ */
|