Skip to content
Snippets Groups Projects
Commit a57354a4 authored by Raniere Silva's avatar Raniere Silva
Browse files

Add CSS media query to improve logo

parent 99a7cd43
Branches
Tags
No related merge requests found
......@@ -84,6 +84,12 @@ div.banner a img {
padding: 20px 25px;
}
@media (max-width: 700px) {
div.banner a img {
padding: 20px 0px;
}
}
/* Explanatory call-out boxes. */
div.box {
background-color: mistyrose;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment