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 8aaf532 commit f7e9b03Copy full SHA for f7e9b03
css.css
@@ -77,7 +77,7 @@ color: #f2f2f2;transition: 0.6s;}
77
78
79
/*Vertical*/
80
-@media only screen and (max-aspect-ratio: 1/1)
+@media only screen and (max-aspect-ratio: 1/1), only screen and (aspect-ratio: 1/1)
81
{
82
body
83
{overflow-x: hidden;}
@@ -248,4 +248,4 @@ color: #f2f2f2;transition: 0.6s;}
248
{background-color: var(--cereus-dark);}
249
.intro-contenido h1:hover
250
{text-shadow: 0px 0px 20px rgba(67, 166 ,79 , 0.32);transform: scale(1.034);}
251
-}
+}
0 commit comments