summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'style.less')
-rw-r--r--style.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.less b/style.less
index dadce3d..881c9b4 100644
--- a/style.less
+++ b/style.less
@@ -82,3 +82,13 @@ div#p-logo {
.leaflet-marker-icon span {
color: white;
}
+
+
+// ***************** RESPONSIVE
+
+@media (max-width: 767px)
+{
+ div#p-logo {
+ padding: 5px 0 0 20px !important;
+ }
+}