Fix css for mobile
This commit is contained in:
parent
7f11625439
commit
ff5b19fa38
@ -82,11 +82,13 @@ article {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
align-self: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
// max-width: 100%;
|
// max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: unset;
|
||||||
// min-width: unset;
|
// min-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,6 +96,7 @@ article {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
align-self: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user