mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
6ede38abfc
- start linting scss based on Airbnb style guide - add includePaths to css & js tasks
13 lines
169 B
SCSS
13 lines
169 B
SCSS
//
|
|
// Page: Contact
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
.contactlist {
|
|
p { margin-bottom: 0; }
|
|
|
|
.p-adr { margin-bottom: $spacer; }
|
|
.social { margin-top: $spacer; }
|
|
}
|