first commit
This commit is contained in:
18
styles/Tabsbar.module.css
Normal file
18
styles/Tabsbar.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user