Update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}*/
|
@@ -312,7 +312,7 @@
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
2
Server/config/env/dev.jl
vendored
2
Server/config/env/dev.jl
vendored
@@ -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,
|
||||
|
@@ -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
Reference in New Issue
Block a user