更改

跳到导航 跳到搜索
无编辑摘要
第11行: 第11行:  
color: gray;
 
color: gray;
 
display: grid;
 
display: grid;
place-items: center;
+
place-items: start;
 
}
 
}
 
.ifw-quote > .right-bracket {
 
.ifw-quote > .right-bracket {
第18行: 第18行:  
color: gray;
 
color: gray;
 
display: grid;
 
display: grid;
place-items: center;
+
place-items: end;
 
}
 
}
 
.ifw-quote > .quote-content {
 
.ifw-quote > .quote-content {
第27行: 第27行:  
grid-column: 2 / 3;
 
grid-column: 2 / 3;
 
text-align: right;
 
text-align: right;
 +
}
 +
 +
.ifw-quote > .source > .author {
 +
font-weight: bold;
 +
}
 +
 +
.ifw-quote > .source > .source {
 +
font-style: italic;
 
}
 
}

导航菜单