We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e346b + be96fa3 commit 48318d5Copy full SHA for 48318d5
client/src/sass/Home.scss
@@ -80,11 +80,10 @@
80
.home-headers {
81
display: flex;
82
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;
+ align-self: center;
+ width: 80%;
+ padding-top: 3em;
+ padding-bottom: 3em;
88
z-index: 1;
89
90
& h2 {
@@ -190,4 +189,8 @@
190
189
.home-buttons {
191
width: 90%;
192
}
+
193
+ .home-headers {
194
+ width: 90%;
195
+ }
196
0 commit comments