Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5f7ca18

Browse files
authored
fixed for banner on small screen (#213)
1 parent c74f758 commit 5f7ca18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Banner/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Banner = () => {
99
"Welcome to our BETA work listings site - Tell us what you think!";
1010

1111
return (
12-
<div styleName="banner">
12+
<div styleName="banner" className="banner">
1313
<p styleName="header">
1414
{header}
1515

src/components/Banner/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
flex-direction: row;
2121
align-items: center;
2222
@include roboto-bold;
23-
height: 50px;
23+
line-height: 25px;
24+
min-height: 50px;
2425
font-size: 20px;
2526
text-transform: uppercase;
2627
}

0 commit comments

Comments
 (0)