mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
13 lines
215 B
SCSS
Vendored
13 lines
215 B
SCSS
Vendored
// Landing Page bundle
|
|
|
|
@import "fonts";
|
|
@import "lib/fontawesome";
|
|
@import 'variables';
|
|
@import '~bootstrap/scss/bootstrap';
|
|
@import 'custom';
|
|
|
|
.container.slim {
|
|
width: auto;
|
|
max-width: 680px;
|
|
padding: 0 15px;
|
|
} |