Browse Source

Revert "Adding background-position: center; to .hero-area in style.css for better responsive behavior"

This reverts commit 39253d7bc9.
tags/v1.0.0
Odair Trujillo 4 years ago
parent
commit
eacec76d7d
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      assets/css/style.css

+ 1
- 2
assets/css/style.css View File



.hero-area { .hero-area {
background-size: cover; background-size: cover;
background-position: center;
height: 100vh; height: 100vh;
position: relative; position: relative;
display: flex; display: flex;
display: block; display: block;
} }


/*# sourceMappingURL=maps/style.css.map */
/*# sourceMappingURL=maps/style.css.map */

Loading…
Cancel
Save