fix: improve margins on mobile

This commit is contained in:
Daylin Morgan 2022-08-13 10:33:56 -05:00
parent 25e9e1529f
commit 575a426906
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@
font-size: large;
}
}
@media only screen and (max-width: 1200px) {
body {
width:90%;
}
}
</style>
</head>
<body>