Fix main content layout on mobile
This commit is contained in:
parent
18c7656588
commit
e5e665ea6d
@ -200,3 +200,17 @@ ul.buttons li {
|
||||
0% { transform: translate(-50%,-50%) rotate(0deg); }
|
||||
100% { transform: translate(-50%,-50%) rotate(360deg); }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#content {
|
||||
padding: 0;
|
||||
padding-bottom: 1em;
|
||||
border-radius: 32px;
|
||||
top: 6em;
|
||||
}
|
||||
|
||||
#content p {
|
||||
margin: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user