themes
This commit is contained in:
parent
27b778896d
commit
24d6d2a757
5 changed files with 69 additions and 77 deletions
|
|
@ -29,11 +29,23 @@
|
|||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 1024px) {
|
||||
footer {
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
}
|
||||
.footer-links-left,
|
||||
.footer-links-right {
|
||||
gap: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.footer-links-left,
|
||||
.footer-links-right {
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue