This commit is contained in:
a-ill 2023-06-26 22:08:15 +03:00
parent ccebf43ff7
commit 55296a3bb5
5 changed files with 9 additions and 9 deletions

View File

@ -509,10 +509,10 @@ html {
@media only screen and (max-width: 570px) {
html {
font-size: 12px;
font-size: 13px;
}
}
/*
@media only screen and (max-width: 470px) {
html {
font-size: 11px;
@ -529,4 +529,4 @@ html {
html {
font-size: 9px;
}
}
}*/

View File

@ -312,7 +312,7 @@
h1 {
margin-bottom: 1rem;
font-size: 2.5rem;
font-size: 2.2rem;
text-align: center;
}

View File

@ -1,7 +1,7 @@
using Genie, Logging
Genie.Configuration.config!(
server_port = 8000,
server_port = 8001,
server_host = "0.0.0.0",
log_level = Logging.Info,
log_to_file = false,

View File

@ -509,10 +509,10 @@ html {
@media only screen and (max-width: 570px) {
html {
font-size: 12px;
font-size: 13px;
}
}
/*
@media only screen and (max-width: 470px) {
html {
font-size: 11px;
@ -529,4 +529,4 @@ html {
html {
font-size: 9px;
}
}
}*/

File diff suppressed because one or more lines are too long