Skip to content

Commit 203fe4c

Browse files
authored
Merge pull request #2 from mappingtools/fix
fix: dont truncate hero size
2 parents a502cc8 + 015ec10 commit 203fe4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/HomepageHeader/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
.heroBanner {
6-
height: calc(100vh - var(--ifm-navbar-height));
76
padding: 0 20px;
87
overflow: hidden;
98
text-align: center;
@@ -64,4 +63,4 @@
6463
width: 280px;
6564
float: right;
6665
}
67-
}
66+
}

0 commit comments

Comments
 (0)