Compare commits

...

2 Commits

Author SHA1 Message Date
fa80939f6b fix
All checks were successful
deploy to production / deploy (push) Successful in 38s
2023-09-08 14:16:30 +00:00
e976c694b8 fix 2023-09-08 14:14:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@
& > .content { & > .content {
width: 100%; width: 100%;
max-width: 1400px; max-width: 1400px;
padding: 0px 2.5vw; margin: 0px 2.5vw;
position: relative; position: relative;
&.bright { &.bright {
color: @font-color-secondary !important; color: @font-color-secondary !important;

View File

@@ -58,7 +58,7 @@
p { p {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
font-size: 1.1rem; font-size: 1rem;
} }
} }
} }