Skip to content
Snippets Groups Projects
Commit 8843f978 authored by Travis Rivers's avatar Travis Rivers Committed by Jeremy M Fee
Browse files

clean up usage css

parent 635400df
No related branches found
No related tags found
No related merge requests found
.space-between {
margin: 1em 0 0;
}
.space-between > a {
color: #fff;
display: inline-block;
margin: 0.5em 1em 0.5em 0;
}
.space-between > a:active {
color: #fff;
}
.space-between {
border-top: 1px solid #eee;
}
@media screen and (min-width: 1000px) {
.space-between {
display: flex;
justify-content: space-between;
}
}
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