Skip to content
Snippets Groups Projects
Commit 773055cf authored by Kyle Fiedler's avatar Kyle Fiedler
Browse files

fix wiki falsh message

parent 7d7b5be9
No related merge requests found
......@@ -885,8 +885,7 @@ section.wiki {
.alert {
position: relative;
top: -15px;
margin-bottom: 24px;
margin: 24px 40px;
padding: 8px 12px;
border: 1px solid #EBE8BF;
border-radius: 3px;
......@@ -903,6 +902,10 @@ section.wiki {
}
}
.main-article .alert {
margin: 0 0 24px;
}
.missing {
max-width: 400px;
margin: lh(2) auto;
......
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