summaryrefslogtreecommitdiff
path: root/resources/views/layouts
diff options
context:
space:
mode:
authorhorus2022-01-07 15:28:23 +0100
committerhorus2022-01-07 15:28:23 +0100
commitafbc9df6c8e8c64a2ae29c85ffaf89e06ec25440 (patch)
tree8311e41dd840537970b66e579b19ab8d6c359d00 /resources/views/layouts
parent843052036ae0c8e094d404b9786acc6ace48b5c5 (diff)
downloadkategorischeraperitif-afbc9df6c8e8c64a2ae29c85ffaf89e06ec25440.tar.gz
small quirk with the brand image in the navbar
Diffstat (limited to 'resources/views/layouts')
-rw-r--r--resources/views/layouts/base.blade.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php
index 4df6958..f1bc1f8 100644
--- a/resources/views/layouts/base.blade.php
+++ b/resources/views/layouts/base.blade.php
@@ -35,6 +35,14 @@
display:none !important
}
}
+ .navbar-brand-img {
+ margin-right: 5px;
+ }
+ @media (max-width:768px) {
+ .navbar-brand-img {
+ margin-left: -10px;
+ }
+ }
</style>