x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/stylesheets/All+Stars+Helping+Kids/ashkresources.css">

<style>
div#resources-container {
    width: 80%;
}

.rw_search_item {
    margin-left: 5px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
div.titleSection {
    margin: unset;
}

.titleSection .custom-title {
    line-height: 1.2;
    margin-top: unset;
}

.rw_cell.rw_search_module_container {
    background: unset;
}

}



</style>

...