Improved layout on smaller devices
This commit is contained in:
@ -34,9 +34,9 @@
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
@media only screen and (max-device-width: 620px) {
|
||||
@media only screen and (max-width: 620px) {
|
||||
.footer {
|
||||
width: calc(100% + 16px);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user