53,890
edits
m (removed GR coding and put into beta) |
(Add mobile customizations for Guided Research Main Page) |
||
Line 58: | Line 58: | ||
font-size:12pt; | font-size:12pt; | ||
} | } | ||
/** overrides for Mobile Guided Research Main Page */ | |||
@media (max-width: 720px) { | |||
/** override Minerva for menu table */ | |||
.content table { | |||
width: fit-content !important; | |||
border: solid 1px gray !important; | |||
padding-top: unset !important; | |||
} | |||
/* Minerva | |||
@media (max-width: 720px) | |||
.content table { | |||
width: 100% !important; | |||
border: unset !important; | |||
padding-top: 2.5rem; | |||
*/ | |||
/* Send nav back button to below menu */ | |||
.callout2 { | |||
position: unset; | |||
/* position: absolute; */ | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
/* Hide the callout heading */ | |||
.calloutHeading { | |||
display: none; | |||
} | |||
.guided_research_link { | |||
width: auto; | |||
/* width: 90px; */ | |||
} | |||
.GRLogo { | |||
position: unset; | |||
} | |||
} | |||
/* end media query */ | |||
/* Create a blue gradient */ | /* Create a blue gradient */ |
edits