mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-07-29 19:21:57 +02:00
- Updated frameworks for better browser support - Improved responsive design - Versioned documentation - Better social media support via the Jekyll SEO plugin - New looks, fwiw - Start page has some more relevant info - Documentation sorted to be more easily accessible - Internally upgraded from plain CSS to SASS
9 lines
420 B
SCSS
9 lines
420 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
.align-baseline { vertical-align: baseline !important; } // Browser default
|
|
.align-top { vertical-align: top !important; }
|
|
.align-middle { vertical-align: middle !important; }
|
|
.align-bottom { vertical-align: bottom !important; }
|
|
.align-text-bottom { vertical-align: text-bottom !important; }
|
|
.align-text-top { vertical-align: text-top !important; }
|