Skip to content
Snippets Groups Projects
Unverified Commit 0110c855 authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #343 from ASCWebServices/canini-2

centering buckeye alert with rest of content
parents 4a4c74b3 0c9b402d
No related merge requests found
......@@ -268,3 +268,11 @@ h6 {
figcaption {
padding: 0 10px 15px;
}
#buckeye_alert_msg {
width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
......@@ -9136,6 +9136,15 @@ figcaption {
padding: 0 10px 15px;
}
/* line 272, ../assets/sass/layout/_default.scss */
#buckeye_alert_msg {
width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
/* line 8, ../assets/sass/layout/_footer.scss */
.footer {
background: #173E41;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment