mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixing no image in featured article
This commit is contained in:
@ -138,6 +138,10 @@ header {
|
||||
-ms-transition: all 0.2s ease-in;
|
||||
-o-transition: all 0.2s ease-in;
|
||||
transition: all 0.2s ease-in; }
|
||||
.cover img.hidden {
|
||||
visibility: hidden;
|
||||
height: 10em;
|
||||
}
|
||||
.cover .tag {
|
||||
width: 100px;
|
||||
position: absolute;
|
||||
|
||||
@ -185,6 +185,11 @@ header {
|
||||
opacity: 1;
|
||||
@include transition(all, 0.2s, ease-in);
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
visibility: hidden;
|
||||
height: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
@ -404,4 +409,4 @@ footer {
|
||||
&.center {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user