new project
parent
fa80ee7eae
commit
1cbac9ca2f
|
|
@ -80,9 +80,7 @@ body {
|
||||||
|
|
||||||
.home-hero {
|
.home-hero {
|
||||||
background-color: rgb(243, 247, 252);
|
background-color: rgb(243, 247, 252);
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: minmax(0, 1fr) 360px;
|
|
||||||
gap: 24px;
|
|
||||||
padding: 40px 48px 20px;
|
padding: 40px 48px 20px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue