Skip to content
Snippets Groups Projects
Commit 0c9b402d authored by Brian Canini's avatar Brian Canini
Browse files

centering buckeye alert with rest of content

parent 4a4c74b3
No related branches found
No related tags found
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