Newly compiled CSS
This commit is contained in:
parent
aebd56bd7a
commit
0bc17bac31
@ -545,36 +545,26 @@ body {
|
|||||||
margin-bottom: 15px; }
|
margin-bottom: 15px; }
|
||||||
|
|
||||||
#featured {
|
#featured {
|
||||||
display: flex;
|
height: auto;
|
||||||
flex-direction: row;
|
|
||||||
height: 300px;
|
|
||||||
margin: 0 auto 20px;
|
margin: 0 auto 20px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: none; }
|
background: none; }
|
||||||
#featured div {
|
#featured .hover-box {
|
||||||
position: relative;
|
|
||||||
-webkit-transition: all, 200ms;
|
-webkit-transition: all, 200ms;
|
||||||
-moz-transition: all, 200ms;
|
-moz-transition: all, 200ms;
|
||||||
transition: all, 200ms; }
|
transition: all, 200ms; }
|
||||||
#featured div:hover {
|
#featured .hover-box:hover {
|
||||||
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
|
||||||
#featured .news {
|
#featured div {
|
||||||
|
margin-bottom: 25px; }
|
||||||
|
#featured div a {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 420px;
|
max-width: 500px;
|
||||||
margin-right: 10px;
|
margin-left: auto;
|
||||||
background: url(/img/banner/oo-banner.jpg);
|
margin-right: auto; }
|
||||||
background-size: 100% 100%;
|
#featured div img {
|
||||||
border-radius: 5px; }
|
width: 100%; }
|
||||||
#featured .notes {
|
|
||||||
height: 100%;
|
|
||||||
padding: 0;
|
|
||||||
flex: 1; }
|
|
||||||
#featured .notes #twitter-widget-0 {
|
|
||||||
display: block;
|
|
||||||
width: 100% !important;
|
|
||||||
height: 100%; }
|
|
||||||
|
|
||||||
#wrapper-home {
|
#wrapper-home {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user