diff --git a/style.css b/style.css index c74b6ed..5e9bf95 100644 --- a/style.css +++ b/style.css @@ -70,10 +70,6 @@ float: left; text-align: center; } - .barItem h1 { - font-size: 20px; - padding: 9px; - } .barItem * { color: #222; text-decoration: none; @@ -82,6 +78,10 @@ font-size: 16px; padding: 12px; } + .barItem h1 { + font-size: 20px; + padding: 9px; + } .barItem a:hover { background-color: #222; color: #ddd;