Skip to content
Snippets Groups Projects
Commit 5b80579f authored by Kyle Doherty's avatar Kyle Doherty
Browse files

font size tweaks

parent f7922397
No related branches found
No related tags found
No related merge requests found
......@@ -226,9 +226,3 @@
margin-right: auto;
}
}
@media screen and (--breakpoint-min-lg) {
.HomeLayout {
font-size: 1.08rem;
}
}
......@@ -78,7 +78,7 @@ export default class Cards extends Component {
{() =>
<div>
{ cards.length === 0 ?
<div className="flex flex-column layout-centered pt4" style={{fontSize: '1.08rem', marginTop: '100px'}}>
<div className="flex flex-column layout-centered pt4" style={{marginTop: '100px'}}>
<span className="QuestionCircle">?</span>
<div className="text-normal mt3 mb1 h2 text-bold">
{ cardsFilter.database && cardsFilter.table ?
......
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