1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-22 08:04:31 +00:00
steffoweb/public/style.css

26 lines
295 B
CSS
Raw Normal View History

2023-12-19 04:07:44 +00:00
@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;
}