Fix css for mobile

This commit is contained in:
ChronosX88 2022-11-11 14:03:52 +03:00
parent 7f11625439
commit ff5b19fa38

View File

@ -82,11 +82,13 @@ article {
display: flex;
flex-direction: column;
align-items: center;
align-self: unset;
}
#content{
// max-width: 100%;
width: 100%;
max-width: unset;
// min-width: unset;
}
@ -94,6 +96,7 @@ article {
width: 100%;
margin: 0;
padding: 16px;
align-self: unset;
}
body {