Skip to content

Commit 130c818

Browse files
authored
Moved min-height
1 parent bf0c770 commit 130c818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ a {
127127
.app {
128128
position: relative;
129129
z-index: 0;
130+
min-height: 100vh;
130131
131132
&.black {
132133
--foreground: white;
@@ -173,7 +174,6 @@ header {
173174
}
174175
175176
.project {
176-
min-height: 100vh;
177177
178178
.credits {
179179
font-size: 1rem;

0 commit comments

Comments
 (0)