@@ -6568,9 +6568,9 @@ button.close {
.hidden-print {
display: none !important; } }
/*# sourceMappingURL=bootstrap.css.map */
-p > a {
+p a {
text-decoration: underline; }
- p > a:hover {
+ p a:hover {
text-decoration: none; }
/*MAIN PAGE*/
@@ -3,10 +3,12 @@
@import "mixins";
@import "bootstrap";
- text-decoration: underline;
- &:hover {
- text-decoration: none;
+p {
+ a {
+ text-decoration: underline;
+ &:hover {
+ text-decoration: none;
+ }
}
@@ -42,6 +44,7 @@ body {
position: relative;
padding-top: 100%;
+
.organization-info__map {
position: absolute;
top: 0;