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.
1 parent cd85ece commit 4800bd4Copy full SHA for 4800bd4
frontend/src/pages/index.module.css
@@ -1,11 +1,11 @@
1
- .heroBanner {
+.heroBanner {
2
padding: 5rem 1.5rem 6rem;
3
position: relative;
4
overflow: hidden;
5
display: flex;
6
flex-direction: column;
7
align-items: center;
8
- background: none; /* Remove gradient */
+ background: none;
9
min-height: 80vh;
10
}
11
@@ -189,14 +189,14 @@
189
190
191
.socialLinks {
192
- grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
+ grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile so we can avoid the icons making a line break*/
193
max-width: 300px;
194
gap: 1rem;
195
196
197
.socialLink {
198
width: 60px;
199
height: 60px;
200
- margin: 0 auto; /* Center the icons in their grid cells */
+ margin: 0 auto;
201
202
0 commit comments