mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
new card sizing maybe
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
.card {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 1.25rem;
|
||||
margin-bottom: 1.25rem;
|
||||
border: .075rem solid #eee;
|
||||
@@ -45,6 +46,23 @@
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Sizing variations
|
||||
//
|
||||
|
||||
.card-sm {
|
||||
width: 15rem;
|
||||
}
|
||||
|
||||
.card-md {
|
||||
width: 30rem;
|
||||
}
|
||||
|
||||
.card-lg {
|
||||
width: 45rem;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Background variations
|
||||
//
|
||||
|
Reference in New Issue
Block a user