From d633c1ee816953015a24ebe9f6093b52046c942d Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 22 Dec 2023 14:13:50 +0100 Subject: Only show logo of buttons when screen size is too small --- web/style/navbar.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/style') diff --git a/web/style/navbar.css b/web/style/navbar.css index 9619532..3ccd838 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -75,3 +75,15 @@ nav .login::before { nav .back::before { content: "arrow_back"; } + +.hybrid_button p { + display: inline; +} +@media (max-width: 1000px) { + .hybrid_button p { + display: none; + } + *::before { + margin-right: 0px; + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2