aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
Diffstat (limited to 'web/style')
-rw-r--r--web/style/navbar.css12
1 files changed, 12 insertions, 0 deletions
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