diff --git a/resources/base.scss b/resources/base.scss index eeb5448..dce19f1 100644 --- a/resources/base.scss +++ b/resources/base.scss @@ -804,3 +804,9 @@ math { margin-top: 6px; } } + +@media (min-width: 800px) { + #event-tab { + display: none; + } +} \ No newline at end of file diff --git a/templates/blog/list.html b/templates/blog/list.html index 4eb7ee9..4042950 100644 --- a/templates/blog/list.html +++ b/templates/blog/list.html @@ -8,6 +8,7 @@ clear: both; } } + /* TODO: remove this */ @media (min-width: 800px) { #event-tab { display: none;