Merge branch 'dev2' of github.com:sitcon-tw/2021 into dev2

This commit is contained in:
hyperbola
2021-01-20 02:12:16 +08:00
5 changed files with 6 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ $buttonHoverBg: #226bb4;
color: $fontColor;
// size
margin-left: 15%;
margin-top: 50%;
margin-top: 75px;
@media screen and(max-width: 414px) {
width: 100%;

View File

@@ -216,13 +216,14 @@ $limitWidth: 80vw;
}
&-qa {
width: 1000px;
width: 100vw;
&__itemBox {
border-radius: 29px;
box-shadow: 0 3px 12px 0 rgba(89, 120, 206, 0.56);
background-color: $white;
margin: 20px 0;
padding: 10px 20px;
width: 80%;
cursor: pointer;
span {
font-family: $fontFamily-NotoSansTC;