fixed mobile phone

This commit is contained in:
aethrvmn 2024-08-29 15:37:52 +03:00
parent bb4b98453d
commit 829dff1d9f

View file

@ -161,11 +161,22 @@ main a {
} }
/* Small devices */ /* Small devices */
@media only screen and (min-width : 480px) { @media only screen and (max-width : 575px) {
body {
max-width: 100%;
}
#personal { #personal {
min-width: 40px; min-width: 40px;
max-width: 150px;
float: center; float: center;
padding: 10px 10px 10px 20px; padding: 0px 0px 0px 20px;
display: block; display: block;
} }
header {
width: 100%;
}
.content-wrapper {
padding: 40px 0px 10px 10px;
}
} }