diff --git a/index.html b/index.html index 58a7a7d..664dab3 100644 --- a/index.html +++ b/index.html @@ -15,22 +15,24 @@ background:lightgrey; border-radius: 5px; } - .block > *{ margin:10px 5px 10px 5px; } - .block > *:first-child{ margin-left:10px; } - .block > *:last-child{ margin-right:10px; } - + + .style--wide { width:100%; } - label + .pad-normal { - width:100%; + padding:10px; } + input[type='radio'] { - display:block; - position:relative; + display: block; + position: relative; + top: 0; + left: 0; + margin: 0; appearance: none; } input[type='radio']::before @@ -50,8 +52,8 @@ position: absolute; width: 11px; height: 11px; - top: 5px; - left: 5px; + top: 15px; + left: 15px; border-radius: 20px; background: #000; } @@ -62,12 +64,11 @@
- -