seawolf2357 commited on
Commit
ecf84a5
ยท
verified ยท
1 Parent(s): 0f7f02e

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +15 -42
app.css CHANGED
@@ -95,58 +95,31 @@ footer, .footer, div[class*="footer"], #footer {
95
  height: 100%;
96
  }
97
 
98
- /* Examples ์„น์…˜ ์™„์ „ ์ˆ˜์ • */
99
- .examples-section {
100
- margin-top: 2rem;
101
- padding: 0 1rem;
102
- }
103
-
104
- .examples-section .ant-divider {
105
- margin: 1rem 0;
106
- }
107
-
108
- .examples-section .ant-row {
109
- display: grid !important;
110
- grid-template-columns: repeat(3, 1fr) !important;
111
- gap: 1rem !important;
112
- padding: 0 1rem;
113
- }
114
-
115
- .examples-section .ant-col {
116
- width: 100% !important;
117
- padding: 0 !important;
118
- }
119
-
120
- .examples-section .ant-card {
121
  width: 100%;
122
- margin-bottom: 1rem;
123
- border: 1px solid #e8e8e8;
124
- border-radius: 4px;
125
- transition: all 0.3s;
126
  }
127
 
128
- .examples-section .ant-card:hover {
129
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
130
  }
131
 
132
- .examples-section .ant-card-meta {
133
- padding: 1rem;
134
  }
135
 
136
- /* ๋ฐ˜์‘ํ˜• ๋ ˆ์ด์•„์›ƒ */
137
- @media (max-width: 768px) {
138
- .examples-section .ant-row {
139
- grid-template-columns: 1fr !important;
140
- }
141
  }
142
 
143
- @media (min-width: 769px) and (max-width: 1200px) {
144
- .examples-section .ant-row {
145
- grid-template-columns: repeat(2, 1fr) !important;
146
- }
147
  }
148
 
149
- /* ์ „์ฒด ๋ ˆ์ด์•„์›ƒ ์กฐ์ • */
150
- .ant-row {
151
- margin: 0 !important;
152
  }
 
95
  height: 100%;
96
  }
97
 
98
+ /* Examples ์นด๋“œ ์Šคํƒ€์ผ๋ง */
99
+ .ant-card {
100
+ margin-bottom: 8px;
101
+ cursor: pointer;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  width: 100%;
 
 
 
 
103
  }
104
 
105
+ .ant-card:hover {
106
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
107
  }
108
 
109
+ .ant-card-meta {
110
+ padding: 12px;
111
  }
112
 
113
+ /* ์ „์ฒด ๋ ˆ์ด์•„์›ƒ ์กฐ์ • */
114
+ .ant-row {
115
+ margin: 0 !important;
 
 
116
  }
117
 
118
+ /* ์ขŒ์ธก ํŒจ๋„ Examples ์˜์—ญ */
119
+ .ant-flex {
120
+ width: 100%;
 
121
  }
122
 
123
+ .ant-divider {
124
+ margin: 24px 0 12px 0;
 
125
  }