seawolf2357 commited on
Commit
28c9e0f
Β·
verified Β·
1 Parent(s): bd1d26c

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +28 -13
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: flex !important;
107
- flex-wrap: wrap !important;
 
 
 
 
108
  }
109
 
110
  .examples-section .ant-col {
111
- flex: 0 0 33.333333% !important;
112
- max-width: 33.333333% !important;
113
- padding: 8px !important;
 
 
 
 
114
  }
115
 
116
  .examples-section .ant-card {
117
- height: 100%;
118
- margin: 0;
119
- cursor: pointer;
 
 
 
 
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
  /* λ°˜μ‘ν˜• λ ˆμ΄μ•„μ›ƒ */