Skip to content

Commit 65d112e

Browse files
authored
Merge pull request #198 from CosmicCoder96/master
Fix fullpage class
2 parents 52bf36b + cddd8e8 commit 65d112e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ fCWicAAAAADLoXP7) format('woff'), url('static/fonts/Avenir-Medium.ttf') format(
11831183
padding: 20px;
11841184
}
11851185
.fullpage{
1186-
height: 100%;
1186+
height: 95vh;
11871187
}
11881188

11891189
#about{

0 commit comments

Comments
 (0)