Skip to content

Commit 48318d5

Browse files
authored
Merge pull request #1932 from bconti123/1917-align-VRMS-logo
Fix Align VRMS logo
2 parents 59e346b + be96fa3 commit 48318d5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

client/src/sass/Home.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@
8080
.home-headers {
8181
display: flex;
8282
flex-direction: column;
83-
justify-content: flex-start;
84-
align-items: flex-start;
85-
margin-left: 12px;
86-
margin-bottom: 2vh;
87-
padding-top: 6vh;
83+
align-self: center;
84+
width: 80%;
85+
padding-top: 3em;
86+
padding-bottom: 3em;
8887
z-index: 1;
8988

9089
& h2 {
@@ -190,4 +189,8 @@
190189
.home-buttons {
191190
width: 90%;
192191
}
192+
193+
.home-headers {
194+
width: 90%;
195+
}
193196
}

0 commit comments

Comments
 (0)