diff --git a/css/style.css b/css/style.css index d7eaaf5..eef1a26 100644 --- a/css/style.css +++ b/css/style.css @@ -126,7 +126,7 @@ a { display: block; max-height: 95px; transition: background 0.4s ease-in; - margin-bottom: 18px; + margin-bottom: 12px; } .bg-switch .bgs .bg:hover { background: rgba(255,255,255,0.3); @@ -145,10 +145,6 @@ a { transition: all 0.3s linear; } -.bg-switch .bgs .bg img:hover { - border-color: #ececec; -} - .hovered { text-decoration: none; background-color: #ECF0F1;