Improve layout for mobile devices
This commit is contained in:
parent
84af92f7e7
commit
cee4a55937
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main,
|
main,
|
||||||
|
|
Reference in a new issue