Skip to content

Commit 4f6ed28

Browse files
author
Manu
committed
- Small bus on mobile
- TODO: README
1 parent 4a21737 commit 4f6ed28

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
.section-examples .container .col-sm-6 img{
22
border-color: $info;
33
}
4+
@include media-breakpoint-down(xs) {
5+
.page-header{
6+
.content-center {
7+
&.brand {
8+
width: unset;
9+
}
10+
}
11+
}
12+
}

src/components/PageHeader/PageHeader.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class PageHeader extends React.Component {
1616
<div className="squares square7" />
1717
<Container>
1818
<div className="content-center brand">
19-
<h1 className="h1-seo">BLK•React</h1>
20-
<h3>
19+
<h1 className="h1-seo">BLK• React</h1>
20+
<h3 className="d-none d-sm-block">
2121
A beautiful Design System for Bootstrap 4 (reactstrap) and React.
2222
It's Free and Open Source.
2323
</h3>

0 commit comments

Comments
 (0)