parent
003f507de3
commit
54fba7cbe5
13 changed files with 30 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// Responsive images (ensure images don't scale beyond their parents)
|
||||
.img-responsive {
|
||||
@include img-responsive();
|
||||
.img-fluid {
|
||||
@include img-fluid();
|
||||
}
|
||||
|
||||
// Rounded corners
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
@include box-shadow(0 1px 2px rgba(0,0,0,.075));
|
||||
|
||||
// Keep them at most 100% wide
|
||||
@include img-responsive(inline-block);
|
||||
@include img-fluid(inline-block);
|
||||
}
|
||||
|
||||
// Perfect circle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue