forked from external-repos/pa11y-dashboard
Issue 44 - Added more info to the footer
This commit is contained in:
@@ -51,6 +51,17 @@
|
||||
.graph-spacer {
|
||||
padding-bottom:80px;
|
||||
}
|
||||
.footer {
|
||||
text-align:center;
|
||||
|
||||
.nav {
|
||||
float:none;
|
||||
|
||||
li {
|
||||
width:33%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width:767px) {
|
||||
.date-selector {
|
||||
@@ -137,4 +148,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
.nav {
|
||||
a {
|
||||
padding:10px 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -34,6 +34,18 @@
|
||||
padding:40px 0 20px 0;
|
||||
margin-top:40px;
|
||||
}
|
||||
.nav {
|
||||
list-style-type:none;
|
||||
padding:0;
|
||||
}
|
||||
.footer .nav {
|
||||
float:right;
|
||||
|
||||
a {
|
||||
transition: background 0.3s;
|
||||
-webkit-transition: background 0.3s;
|
||||
}
|
||||
}
|
||||
.supersize-me {
|
||||
text-align:center;
|
||||
font-size:112px;
|
||||
@@ -153,6 +165,8 @@
|
||||
color:@gray-dark;
|
||||
min-height:200px;
|
||||
display:block;
|
||||
transition: background 0.5s;
|
||||
-webkit-transition: background 0.5s;
|
||||
}
|
||||
.delete-button {
|
||||
display:none;
|
||||
|
Reference in New Issue
Block a user