style: remove padding on main-content on small screens
This commit is contained in:
parent
1f92b549b0
commit
85188e24b7
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'
|
|||
|
||||
@media (max-width: 650px) {
|
||||
max-width: calc(100vw - 2em);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
& table {
|
||||
|
|
Loading…
Reference in a new issue