mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
11 lines
151 B
SCSS
11 lines
151 B
SCSS
/**
|
|
* Bootstrap style :
|
|
*/
|
|
.row {
|
|
margin:20px 0; // adding margin to rows
|
|
}
|
|
.thumb {
|
|
background:#eee;
|
|
width:100%; height:0;
|
|
padding-bottom:56%;
|
|
} |