efa6863a by simon

默认提交

1 parent 07daad34
......@@ -441,6 +441,10 @@ textarea {
border: none;
}
.ql-editor {
padding: 0px 0px !important;
}
@media (max-width: 1200px) {
.page-index {
.video-js {
......
......@@ -29,12 +29,13 @@
}
.dat {
margin-top: 2.5rem;
margin-top: 3rem;
display: flex;
.date {
display: flex;
margin-right: 4rem;
align-items: center;
.icon-clock {
height: 1.25rem;
......@@ -45,7 +46,7 @@
.desc {
max-width: $articleWidth;
margin-top: 2.5rem;
margin-top: 3rem;
line-height: 2;
letter-spacing: 1.2px;
}
......