Update
This commit is contained in:
parent
1ae7fe3dc2
commit
23fc88d343
|
@ -509,10 +509,10 @@ html {
|
||||||
|
|
||||||
@media only screen and (max-width: 570px) {
|
@media only screen and (max-width: 570px) {
|
||||||
html {
|
html {
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@media only screen and (max-width: 470px) {
|
@media only screen and (max-width: 470px) {
|
||||||
html {
|
html {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -529,4 +529,4 @@ html {
|
||||||
html {
|
html {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
}
|
}*/
|
|
@ -312,7 +312,7 @@
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-size: 2.5rem;
|
font-size: 2.2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using Genie, Logging
|
using Genie, Logging
|
||||||
|
|
||||||
Genie.Configuration.config!(
|
Genie.Configuration.config!(
|
||||||
server_port = 8000,
|
server_port = 8001,
|
||||||
server_host = "0.0.0.0",
|
server_host = "0.0.0.0",
|
||||||
log_level = Logging.Info,
|
log_level = Logging.Info,
|
||||||
log_to_file = false,
|
log_to_file = false,
|
||||||
|
|
|
@ -509,10 +509,10 @@ html {
|
||||||
|
|
||||||
@media only screen and (max-width: 570px) {
|
@media only screen and (max-width: 570px) {
|
||||||
html {
|
html {
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@media only screen and (max-width: 470px) {
|
@media only screen and (max-width: 470px) {
|
||||||
html {
|
html {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -529,4 +529,4 @@ html {
|
||||||
html {
|
html {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
}
|
}*/
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue