mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 06:40:00 -05:00
c3ed95bc48
[web] BS5 projects table migration GitOrigin-RevId: 237bd8113c68d7fd1b66712f7361eb956b1e10e7
5 lines
103 B
SCSS
5 lines
103 B
SCSS
.visually-hidden-max-md {
|
|
@include media-breakpoint-down(md) {
|
|
@include visually-hidden();
|
|
}
|
|
}
|