mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added bootstap and testing carousel
This commit is contained in:
7
_sass/bootstrap/mixins/_center-block.scss
Normal file
7
_sass/bootstrap/mixins/_center-block.scss
Normal file
@ -0,0 +1,7 @@
|
||||
// Center-align a block level element
|
||||
|
||||
@mixin center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user