[Fix] align center with 稿件徵求中

This commit is contained in:
hyperbola 2021-01-20 09:27:15 +08:00
parent 3a59416df3
commit 6a19a06c6a
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@
width: 100vw;
z-index: -1;
position: absolute;
left: -12px; // offset
// left: -12px; // offset
.korea-fish {
top: 0;

View File

@ -54,6 +54,8 @@ $width-svg-news: 259px;
.cfp-title {
order: 2;
flex: 1;
position: relative;
left: calc(#{$width-svg-cfp} * 0.07);
}
.cfp-news {
order: 3;
@ -130,6 +132,7 @@ $width-svg-news: 259px;
.info-box {
.cfp-title {
margin-bottom: 56px;
left: calc(#{$width-svg-cfp} * 0.06)
}
.date-location {
.date-wrapper {
@ -181,6 +184,7 @@ $width-svg-news: 259px;
.info-box {
.cfp-title {
margin-bottom: 56px;
left: calc(#{$width-svg-cfp} * 0.05)
}
.date-location {
.date-wrapper {
@ -233,6 +237,7 @@ $width-svg-news: 259px;
.info-box {
.cfp-title {
margin-bottom: 32px;
left: calc(#{$width-svg-cfp} * 0.033)
}
.date-location {
.date-wrapper {