Compare commits

...

2 Commits

Author SHA1 Message Date
lnd4 7d16fe5010 Merge pull request 'Fix syntax error' (#1) from reynir-patch-1 into main
Reviewed-on: #1
2023-03-08 09:57:27 +00:00
reynir 39d098ca28 Fix syntax error 2023-03-08 08:09:23 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ font-family: "Freesans", sans-serif;
}
a {
color: blue;
@media screen and (max-width: 875px) {
}
@media screen and (max-width: 875px) {
body {
width: 100%;
padding-left: 0;