Fixed responsive

This commit is contained in:
Givou 2021-03-15 19:06:38 +01:00
parent bdfaa4e38a
commit 30384ac234
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,7 @@ a {
opacity: 0;
}
@media only screen and (max-width: 967px) {
@media only screen and (max-width: 968px) {
.block {
display: block;
text-align: center;

View File

@ -12,6 +12,8 @@
<title>Thiemoo.at - Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link type="text/css" rel="stylesheet" href="css/style.css" />
<link type="text/css" rel="stylesheet" href="css/animations.css" />