Browse Source

fix thumbnail margin

sisyphus
Dustin Falgout 9 years ago
parent
commit
6308da8c42
  1. 6
      themes/antergos/css/style.css

6
themes/antergos/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;

Loading…
Cancel
Save