1
0
mirror of https://github.com/pierre42100/comunic synced 2025-05-28 06:12:08 +00:00
2016-11-19 12:08:12 +01:00

8 lines
286 B
SCSS

// Content Block Spacing Variables
$content-margin: 0.625rem !default;
$content-padding: 0.938rem !default;
// Fixed Block Variables
$fixed-block-full: percentage(1/4) !default;
$fixed-block-desktop: percentage(1/3) !default;
$fixed-block-tablet: percentage(1/2) !default;