Skip to content

Commit f7e9b03

Browse files
authored
Update css.css
quick fix about 1/1 screens
1 parent 8aaf532 commit f7e9b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ color: #f2f2f2;transition: 0.6s;}
7777

7878

7979
/*Vertical*/
80-
@media only screen and (max-aspect-ratio: 1/1)
80+
@media only screen and (max-aspect-ratio: 1/1), only screen and (aspect-ratio: 1/1)
8181
{
8282
body
8383
{overflow-x: hidden;}
@@ -248,4 +248,4 @@ color: #f2f2f2;transition: 0.6s;}
248248
{background-color: var(--cereus-dark);}
249249
.intro-contenido h1:hover
250250
{text-shadow: 0px 0px 20px rgba(67, 166 ,79 , 0.32);transform: scale(1.034);}
251-
}
251+
}

0 commit comments

Comments
 (0)