mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
14 lines
153 B
SCSS
14 lines
153 B
SCSS
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
|
|
caption,
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
vertical-align: top;
|
|
}
|