Increase footer padding
This commit is contained in:
parent
e61fec06a4
commit
49b394959c
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ img {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.ui.footer {
|
||||||
|
padding-top: 2em;
|
||||||
|
padding-bottom: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress
|
* Progress
|
||||||
|
|
Loading…
Reference in a new issue