Skip to content
Snippets Groups Projects
Commit 248e1422 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

feat(structure-details): update padding

parent fdcb8571
No related branches found
No related tags found
2 merge requests!783V3.0.0,!776feat(structure-details): update padding
......@@ -46,6 +46,7 @@
// Default section styles
section {
break-inside: avoid;
display: flex;
flex-direction: column;
gap: 12px;
......@@ -57,7 +58,7 @@ section {
flex-wrap: wrap;
}
border-bottom: 1px solid $grey-7;
padding: 16px 48px;
padding: 20px 48px;
}
section.title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment