This commit is contained in:
2026-03-24 10:32:26 +01:00
parent ad9465151f
commit fb3264d38e
16 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1 @@
p:last-child{margin-bottom:0}/*# sourceMappingURL=custom.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AACC,aACC,eAAA","file":"custom.css"}

View File

@@ -0,0 +1,5 @@
p {
&:last-child {
margin-bottom: 0;
}
}

View File

@@ -0,0 +1,3 @@
jQuery(function($) {
})