This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
# Version 2, December 2004 | |
# | |
# Copyright (C) 2020 glaszig <[email protected]> | |
# | |
# Everyone is permitted to copy and distribute verbatim or modified | |
# copies of this license document, and changing it is allowed as long | |
# as the name is changed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "blueprint"; | |
$zen-first-sidebar-width: 200px !default; | |
$zen-second-sidebar-width: 200px !default; | |
$zen-content-width: 560px !default; | |
$zen-gutter: 10px !default; | |
$zen-navigation-height: 1.5em !default; | |
$zen-page-width: $zen-first-sidebar-width + $zen-content-width + $zen-second-sidebar-width !default; |