From f51a02c4d7590f7bea8cdde190a4a74f05f41f51 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 24 Jul 2016 17:27:25 +0100 Subject: [PATCH] Oops, broke the transitions. --- public/style.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/public/style.css b/public/style.css index 8c5a451..774ec67 100644 --- a/public/style.css +++ b/public/style.css @@ -32,23 +32,6 @@ body, input { color: #FFF; } -.desktop-only { - display: none; -} - -@media screen and (min-width: 1024px) { - .desktop-only { - display: inline-block; - } -} - -.load * { - -webkit-transition: none !important; - -moz-transition: none !important; - -ms-transition: none !important; - -o-transition: none !important; -} - /* Structure and global design */ a, a:visited { color: #013F6D;