Skip to content

Commit

Permalink
Issue drupalprojects#4 Adjust CSS for x/y Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Jun 27, 2014
1 parent 7b8f831 commit 083143a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hotsauce.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ body.maintenance-page #logo {
width: 180px; /* width of logo */
}

body.in-maintenance #page {
width: 970px;
}

body.in-maintenance #content {
width: 700px;
}

body.in-maintenance #content #kalapreview-image-load-image img {
width:90%;
width:85%;
}

0 comments on commit 083143a

Please sign in to comment.