mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
25 lines
235 B
SCSS
25 lines
235 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%;
|
|
}
|
|
}
|
|
}
|