mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 21:20:04 +00:00
Display logo as main hero
This commit is contained in:
@@ -13,7 +13,7 @@ const SplashContainer = props => (
|
||||
);
|
||||
|
||||
const Logo = props => (
|
||||
<div className="projectLogo">
|
||||
<div className="logo">
|
||||
<img src={props.img_src} />
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -15,12 +15,21 @@
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
footer.nav-footer {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
.navGroup ul {
|
||||
background-color: #f9f9f9;
|
||||
/* Home */
|
||||
.logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
height: 100%;
|
||||
max-height: 250px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.homeContainer .homeWrapper .projectLogo {
|
||||
|
||||
Reference in New Issue
Block a user