forked from cryptohagen.dk/website
Jesper Hess
f68ff9a945
Moved bootstrap folder into _sass/bootstrap Moved cryptohagen.scss to /assets/css Added frontmatter to cryptohagen.scss
7 lines
96 B
SCSS
7 lines
96 B
SCSS
@mixin pull-left {
|
|
float: left !important;
|
|
}
|
|
@mixin pull-right {
|
|
float: right !important;
|
|
}
|