Popup CSS adjustments

This commit is contained in:
varjolintu 2018-07-17 10:20:08 +03:00
parent cc7138c45d
commit 2946c122e2

View file

@ -1,12 +1,15 @@
body {
font-family: sans-serif;
min-width: 440px;
max-width: 440px;
overflow-x: hidden;
background-color: #eee;
font-size: 15px;
padding: 8px;
}
.container {
min-width: 440px;
max-width: 460px;
width: auto;
}
.list-group {
font-size: .9em !important;
}