Skip to content

Commit 7638a45

Browse files
committed
mobile banner fix
1 parent 66f8bca commit 7638a45

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/covid-popover.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class CovidPopover extends React.Component {
2525
<OverlayTrigger
2626
trigger="click"
2727
placement="top"
28-
show={true}
2928
overlay={
3029
<Popover id="popover-basic" >
3130
<PopoverTitle as="h3">{this.props.title}</PopoverTitle>

src/index.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,13 @@ lines of text may be wider than they appear
316316
display: none;
317317
@include tablet {
318318
display: inline-block;
319-
320319
margin-top: 1vh;
321320
margin-bottom: 2.5vh;
322-
323321
border-bottom-style: solid;
322+
color: $blue;
324323

325324
font-size: 1rem;
326325
font-weight: 400;
327-
color: $blue;
328326
}
329327

330328
@include mobile {

0 commit comments

Comments
 (0)