anyonehomep1mane
Initial Changes
d7e53e8
raw
history blame contribute delete
205 Bytes
CSS_STYLE = """
#container {
max-width: 1280px;
margin: auto;
}
@media (min-width: 1600px) {
#container {
max-width: 1440px;
}
}
#title h1 {
font-size: 2.4em !important;
}
"""