mirror of
https://github.com/wahyd4/emoji-cheat-sheet.com.git
synced 2026-08-09 05:07:04 +10:00
Merge pull request #234 from yuyokk/fix-mobile-view
Prevent horizontal scrolling on mobile devices
This commit is contained in:
@@ -30,6 +30,12 @@ ul {
|
||||
height: 22px;
|
||||
width: 22px; }
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
ul {
|
||||
padding-left: 0; }
|
||||
li { width: 100%; }
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0 auto;
|
||||
padding: 0 30px; }
|
||||
|
||||
Reference in New Issue
Block a user