try to fit all options in 640px max-height set by Chrome

This commit is contained in:
tophf 2017-08-27 17:16:02 +03:00
parent 5620ef606e
commit 2631e3a685

View File

@ -41,7 +41,7 @@ body {
align-items: center; align-items: center;
margin: 1em 0; margin: 1em 0;
border-bottom: 1px dotted #ccc; border-bottom: 1px dotted #ccc;
padding: 0 16px 1em; padding: 0 16px .75em;
position: relative; position: relative;
} }