This commit is contained in:
2026-03-24 13:15:27 +01:00
parent fb3264d38e
commit 811fed0726
3 changed files with 18 additions and 2 deletions

View File

@@ -1 +1 @@
p:last-child{margin-bottom:0}/*# sourceMappingURL=custom.css.map */
p:last-child{margin-bottom:0}.elementor-button .elementor-button-content-wrapper{gap:15px}.elementor-button .elementor-button-content-wrapper .elementor-button-icon{line-height:0;margin-bottom:1px}.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{width:18px;height:18px}/*# sourceMappingURL=custom.css.map */

View File

@@ -1 +1 @@
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AACC,aACC,eAAA","file":"custom.css"}
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AACC,aACC,eAAA,CAKD,oDACC,QAAA,CAEA,2EACC,aAAA,CACA,iBAAA,CAEA,+EACC,UAAA,CACA,WAAA","file":"custom.css"}

View File

@@ -3,3 +3,19 @@ p {
margin-bottom: 0;
}
}
.elementor-button {
.elementor-button-content-wrapper {
gap: 15px;
.elementor-button-icon {
line-height: 0;
margin-bottom: 1px;
svg {
width: 18px;
height: 18px;
}
}
}
}