Browse Source

feat: Intendation added for link-secondary

Vaclav Elias 2 years ago
parent
commit
5600e8cdf4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      en/template/public/main.css

+ 5 - 0
en/template/public/main.css

@@ -36,6 +36,11 @@
     --bs-link-hover-color-rgb: 247, 149, 149 !important;
 }
 
+.link-secondary {
+    padding-left: 10px;
+    display: block;
+}
+
 footer .link-danger {
     color: var(--stride-red-web);
 }