Skip to content
Snippets Groups Projects
Commit aee38eaf authored by DCoded's avatar DCoded
Browse files

Added border-bottom utility class

parent 7dac55d9
No related branches found
No related tags found
1 merge request!11208Tweaks
......@@ -49,6 +49,10 @@ div.grid-3columns-auto {
grid-column-gap: 1em;
}
.border-bottom {
border-bottom: 1px solid;
}
.margin-top {
margin-top: 1em;
}
......
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