Difference between revisions of "Team:Cambridge-JIC/Assets/Fudge css"

Line 43: Line 43:
 
section:not(:first-of-type) > div.slide-main-mob * {
 
section:not(:first-of-type) > div.slide-main-mob * {
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
.fact-col-container-mob {
 +
display: block !important;
 +
}
 +
 +
.fact-col-container-mob .fact-col {
 +
width:100%;
 +
margin-left:0;
 +
margin-right:0;
 +
position:relative;
 +
left:-50px;
 
}
 
}

Revision as of 01:33, 19 September 2015

.navbar-collapse { max-height: 100%; }

.navsub_m { background: #333; text-align: center; }

.navsub_m ul { margin:0; padding:0; width: 100%; }

.nh > .navsub { visibility:visible !important; opacity:1 !important; }

.navsub_m ul li { width: 100%; margin:0; display: inline-block; }

.navsub_m ul li a { padding: 10px 0px; width: 100%; text-decoration: none; display:block; }

.col-md-3 { text-align: center; margin-bottom: 40px; }

section:not(:first-of-type) > div.slide-main-mob { cursor: pointer; }

section:not(:first-of-type) > div.slide-main-mob * { display: none !important; }

.fact-col-container-mob { display: block !important; }

.fact-col-container-mob .fact-col { width:100%; margin-left:0; margin-right:0; position:relative; left:-50px; }