discourse/app/assets/stylesheets/common/base/about.scss
Joffrey JAFFEUX 174d392e5a
DEV: adds prettier (#5956)
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.
2018-06-08 11:49:31 +02:00

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%;
}
}
}