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