mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
20 lines
187 B
SCSS
20 lines
187 B
SCSS
section.about {
|
|
margin-bottom: 40px;
|
|
|
|
h3 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
table {
|
|
width: auto;
|
|
|
|
td {
|
|
padding: 10px;
|
|
}
|
|
|
|
td.title {
|
|
width: 33%;
|
|
}
|
|
}
|
|
}
|