更改

跳到导航 跳到搜索
无编辑摘要
第1行: 第1行:  
.ifw-quote {
 
.ifw-quote {
 +
padding-top: 1rem;
 +
padding-bottom: 1rem;
 
display: grid;
 
display: grid;
 
grid-template: 1fr auto / auto 1fr auto;
 
grid-template: 1fr auto / auto 1fr auto;
第8行: 第10行:  
grid-column: 1/2;
 
grid-column: 1/2;
 
color: gray;
 
color: gray;
 +
display: grid;
 +
place-items: center;
 
}
 
}
 
.ifw-quote > .right-bracket {
 
.ifw-quote > .right-bracket {
第13行: 第17行:  
grid-column: 3/4;
 
grid-column: 3/4;
 
color: gray;
 
color: gray;
 +
display: grid;
 +
place-items: center;
 
}
 
}
 
.ifw-quote > .quote-content {
 
.ifw-quote > .quote-content {

导航菜单