diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index c4c3962..6ef68a4 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -35,6 +35,9 @@ html, body { @media screen and (min-width: 1260px) { font-size: 13px; } + @media screen and (min-width: 1500px) { + font-size: 14px; + } color: $font-color; background: #ecf0f3; background: linear-gradient(#ecf0f3, white);