diff --git a/src/demo/Demo.vue b/src/demo/Demo.vue index 42bed53..ff7506d 100644 --- a/src/demo/Demo.vue +++ b/src/demo/Demo.vue @@ -152,6 +152,7 @@ h2 { small { font-weight: 300; + opacity: 0.7; } button { @@ -169,10 +170,6 @@ h2 { } } -h2 small { - opacity: 0.7; -} - p small { font-size: 0.8em; color: #7f8c8d; @@ -180,6 +177,13 @@ p small { p { line-height: 1.5; + + button + button, + button + select, + select + button, + select + select { + margin-left: 0.5em; + } } pre { @@ -252,15 +256,6 @@ label { justify-content: center; } -p { - button + button, - button + select, - select + button, - select + select { - margin-left: 0.5em; - } -} - button, input, label,