fix: mobile styling

This commit is contained in:
Pitu 2020-12-27 20:17:28 +09:00
parent b2ddfbc8a6
commit 24edf8f4fd
3 changed files with 16 additions and 4 deletions

View File

@ -405,3 +405,10 @@ table.table {
.dropdown-content a {
text-decoration: none;
}
.button {
color: $textColor;
&:hover {
color: white;
}
}

View File

@ -83,9 +83,10 @@ export default {
.container {
.column {
margin-right: 2rem;
&.bottom-up {
@media screen and (min-width: 1025px) {
text-align: center;
@media screen and (min-width: 1025px) {
margin-right: 2rem;
&.bottom-up {
display: flex;
flex-direction: column;
justify-content: flex-end;

View File

@ -89,8 +89,12 @@ export default {
.leftSpacer {
width: 100%;
.mainBlock {
height: auto;
padding: 2rem 0;
> div {
top: 5rem;
top: 0rem;
position: relative;
text-align: center;
}
}
}