Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fix broken styling on desktops
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Oct 12, 2019
1 parent 10ae389 commit 332f704
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/styles/common.scss
Expand Up @@ -3,12 +3,15 @@
@import "bulma/bulma.sass";

div#root {
max-width: 720px;
margin: $spacing * 2 $spacing;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

div.container {
max-width: 720px;
}

@media (max-width: 600px) {
div.container {
margin: 0 $spacing;
Expand Down

0 comments on commit 332f704

Please sign in to comment.