Upload app.css
Browse files
app.css
CHANGED
@@ -162,12 +162,10 @@
|
|
162 |
font-size: 0.9em;
|
163 |
}
|
164 |
|
165 |
-
|
166 |
.project_intro {
|
167 |
display: grid;
|
168 |
place-items: center; /* 完美居中 */
|
169 |
height: 100px; /* 高度 */
|
170 |
-
width:
|
171 |
font-size: 15px; /* 正文字体大小 */
|
172 |
/* text-align: center; 文字居中 */
|
173 |
color: #555; /* 正文字体颜色,这里使用较浅的灰色 */
|
|
|
162 |
font-size: 0.9em;
|
163 |
}
|
164 |
|
|
|
165 |
.project_intro {
|
166 |
display: grid;
|
167 |
place-items: center; /* 完美居中 */
|
168 |
height: 100px; /* 高度 */
|
|
|
169 |
font-size: 15px; /* 正文字体大小 */
|
170 |
/* text-align: center; 文字居中 */
|
171 |
color: #555; /* 正文字体颜色,这里使用较浅的灰色 */
|