This commit is contained in:
Roman Pyrih
2026-04-10 16:21:39 +02:00
parent f42e416839
commit 37a72184ee
5 changed files with 40 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;
}
}