anyonehomep1mane
Code Changes
5aa6736
CSS_STYLE = """
#container {
max-width: 1280px;
margin: auto;
}
@media (min-width: 1600px) {
#container {
max-width: 1440px;
}
}
#title h1 {
font-size: 2.4em !important;
}
"""