Skip to content
Snippets Groups Projects
Commit 7a75fce5 authored by Joseph Weston's avatar Joseph Weston Committed by Anton Akhmerov
Browse files

offset footer from text and add border between them

parent 2bd73845
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,12 @@
h1 {
text-align: center;
}
footer {
text-align: center;
margin-top: 1em;
padding-top: 0.3em;
border-top-style: solid;
border-top-color: #EEEEEE;
border-top-width: medium;
}
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