mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 06:27:21 +02:00
Bottom padding for mobile
This commit is contained in:
@@ -1143,4 +1143,8 @@ app-master-page {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
padding-bottom: 60px;
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user