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;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
> div {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
main,
|
||||
|
|
Reference in a new issue