seawolf2357 commited on
Commit
bd1d26c
ยท
verified ยท
1 Parent(s): 350398f

Update app_css-backup1.css

Browse files
Files changed (1) hide show
  1. 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: 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
- /* ๋ฐ˜์‘ํ˜• ๋ ˆ์ด์•„์›ƒ */
127
  @media (max-width: 768px) {
128
- .examples-section .ant-col {
129
- flex: 0 0 100% !important;
130
- max-width: 100% !important;
131
  }
132
  }
133
 
134
  @media (min-width: 769px) and (max-width: 1200px) {
135
- .examples-section .ant-col {
136
- flex: 0 0 50% !important;
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;