Skip to content
Snippets Groups Projects
Commit 860b0a82 authored by Dan Nepejchal's avatar Dan Nepejchal Committed by nepoveda
Browse files

Fix copy-left

parent 5845b6d6
No related branches found
No related tags found
No related merge requests found
......@@ -1059,6 +1059,11 @@ hr.underline {
line-height: 20px;
}
.copyleft {
display: inline-block;
transform: rotate(180deg);
}
.fright {
width: 20%;
float: right;
......
This diff is collapsed.
This diff is collapsed.
......@@ -342,6 +342,7 @@ hr.underline {background-color: $acolor; color: #fff; height: 3px; width: 85px;
.copyright {bottom: 1em; text-align: left; /*padding: 1em 0;*/ font-size: 75%; text-transform: uppercase; line-height: 20px;}
.copyright a {color: #000; position: relative; font-size: 90%; font-weight: normal; text-transform: uppercase; line-height: 20px;}
.copyleft {display: inline-block;transform: rotate(180deg)}
.fright {width: 20%; float: right; text-align: right; padding-left: 5%; padding-bottom: 4em;}
#counter {position: absolute; bottom: 0.5em; margin: auto; font-size: small; text-align: center; color: #000;}
......
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