Whitespace

This commit is contained in:
Amaryllis Kulla 2023-09-08 20:31:53 +02:00
parent 81502bf33d
commit 6c70a4ee57
1 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ main {
/* Responsive Codes */ /* Responsive Codes */
@media (max-width: 768px) { @media (max-width: 768px) {
.main_text_item { .main_text_item {
width: 92vw; width: 92vw;
} }
@ -261,10 +261,10 @@ main {
.main_button_item { .main_button_item {
width: 92vw; width: 92vw;
} }
.header_h_item { .header_h_item {
width: 92vw; width: 92vw;
text-align: center; text-align: center;
} }
} }