Skip to content
Snippets Groups Projects
Commit 06a9bbd6 authored by khawkins98's avatar khawkins98
Browse files

Fix for #95

parent acb41534
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,9 @@
// button grid
// Wrap a groupd of a.button.columns with div.button-grid to make a, you guessed it: grid
.button-grid a.button.columns {
margin-bottom: 1px; border-right: 1px solid #fff;
margin-bottom: 1px;
border: 0; //unset all other borders; see https://github.com/ebiwd/EBI-Framework/issues/95
border-right: 1px solid #fff;
}
// intro unit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment