We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b056b8 commit c057983Copy full SHA for c057983
css/custom.css
@@ -77,4 +77,25 @@ li.borderless {
77
border-bottom: 0 none;
78
border-right: 0 none;
79
border-left: 0 none;
80
- }
+ }
81
+
82
+ .copyright {
83
+ padding: 28px 0;
84
+ margin-top: 55px;
85
+ background-color: #202020; }
86
+ .copyright span,
87
+ .copyright a {
88
+ color: #878787;
89
+ -webkit-transition: all 0.3s linear;
90
+ -o-transition: all 0.3s linear;
91
+ transition: all 0.3s linear; }
92
+ .copyright a:hover {
93
+ color:#007bff; }
94
95
+ .copyright-menu ul {
96
+ text-align: right;
97
+ margin: 0; }
98
99
+ .copyright-menu li {
100
+ display: inline-block;
101
+ padding-left: 20px; }
0 commit comments