diff --git a/css/page-pins.css b/css/page-pins.css index 0b9c6f4..c97b39b 100644 --- a/css/page-pins.css +++ b/css/page-pins.css @@ -1,4 +1,22 @@ -#travelers-select .ui-selecting { background: #FECA40; } -#travelers-select .ui-selected { background: #F39814; color: white; } -#travelers-select { list-style-type: none; margin: 0; padding: 0; width: 450px; } -#travelers-select li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; } +#travelers-select .ui-selecting { + background: #FECA40; +} +#travelers-select .ui-selected { + background: #F39814; + color: white; +} +#travelers-select { + list-style-type: none; + margin: 0; + padding: 0; + width: 100%; +} +#travelers-select li { + margin: 3px; + padding: 1px; + float: left; + width: 100px; + height: 60px; + font-size: 1em; + text-align: center; +}