Files
Portfolio/styles/Tabsbar.module.css
2025-05-13 12:12:47 +02:00

19 lines
250 B
CSS

.tabs {
display: flex;
/* flex-wrap: wrap; */
background: var(--tabs-bg);
overflow-x: auto;
}
@media screen and (max-width: 900px) {
.tabs {
width: 78vw;
}
}
@media screen and (max-width: 600px) {
.tabs {
width: 89.5vw;
}
}