Merge pull request #4237 from consul/fix_blank_space_after_footer
Remove blank space after footer
This commit is contained in:
@@ -2820,6 +2820,10 @@ table {
|
||||
.cards-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.card a {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
@@ -2828,8 +2832,6 @@ table {
|
||||
overflow: visible;
|
||||
|
||||
a {
|
||||
height: 100%;
|
||||
|
||||
img {
|
||||
transition-duration: 0.3s;
|
||||
transition-property: transform;
|
||||
|
||||
Reference in New Issue
Block a user