Revert "Merge branch 'Swino4ka'"

This reverts commit 68d655d2bf, reversing
changes made to 74fa487f02.
This commit is contained in:
rafael1209
2024-04-02 00:11:14 +03:00
parent a80af0f6c2
commit 4f8715db07
15 changed files with 84 additions and 172 deletions

View File

@@ -4,7 +4,7 @@
display: flex;
justify-content: center;
border-radius: 40px;
background: #000000;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@@ -24,8 +24,7 @@
.main__content h1 {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
margin-top: 20px;
font-size: 55px;
font-size: 91px;
font-weight: 700;
text-transform: uppercase;
}
@@ -92,7 +91,7 @@
.bg-card {
border-radius: 40px;
background: #000000;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}