mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
13 lines
226 B
SCSS
Vendored
13 lines
226 B
SCSS
Vendored
// Landing Page bundle
|
|
|
|
@import 'variables';
|
|
@import '~bootstrap/scss/bootstrap';
|
|
@import 'custom';
|
|
@import 'landing/carousel';
|
|
@import 'landing/devices';
|
|
|
|
.container.slim {
|
|
width: auto;
|
|
max-width: 680px;
|
|
padding: 0 15px;
|
|
} |