mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 02:12:40 +01:00
Issue #4 Footer with (empty) analytics and powered-by
This commit is contained in:
@@ -6,24 +6,28 @@ body > footer {
|
||||
footer {
|
||||
display: grid;
|
||||
grid-template-columns: 20% 60% 20%;
|
||||
font-size: 80%;
|
||||
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
background-repeat: no-repeat;
|
||||
color: #424242
|
||||
}
|
||||
|
||||
#footer-center {
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
text-align: center;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#footer-right {
|
||||
align-self: center;
|
||||
justify-self: end;
|
||||
|
||||
a {
|
||||
background-image: url(https://creativecommons.org/images/public/somerights20.png);
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
display: block;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
padding-right: 3px;
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user