10 lines
82 B
SCSS
10 lines
82 B
SCSS
td {
|
|
width: 33%;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
td {
|
|
width: 50%;
|
|
}
|
|
}
|