1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00
steffoweb/public/style.css

25 lines
295 B
CSS

@media (max-width: 492px) {
.panel {
max-width: 100%;
}
}
@media (min-width: 492px) {
.panel {
max-width: 476px;
}
}
.panel .panel {
max-width: unset;
}
.group-lp {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.lynx-only {
display: none;
}