mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
25 lines
232 B
SCSS
25 lines
232 B
SCSS
section.about {
|
|
margin-bottom: 40px;
|
|
|
|
h3 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
table {
|
|
width: auto;
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
td, th {
|
|
padding: 10px;
|
|
}
|
|
|
|
td.title {
|
|
width: 33%;
|
|
}
|
|
|
|
}
|
|
}
|