Dramatic layout updates, still in progress.
This commit is contained in:
parent
f343f2b42c
commit
9ead6e05b6
7 changed files with 36 additions and 28 deletions
25
_sass/_custom.scss
Normal file
25
_sass/_custom.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* For dynamically determined columnar formatting.
|
||||
Currently supports equal-width, 1-4 column layouts.
|
||||
*/
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.col-1 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-2 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-3 {
|
||||
width: 33%;
|
||||
}
|
||||
.col-4 {
|
||||
width: 25%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue