mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add new breakpoint, Explain card
This commit is contained in:
@@ -2632,6 +2632,12 @@ input[type="submit"].button {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1384px) {
|
||||
.container {
|
||||
max-width: 1344px;
|
||||
}
|
||||
}
|
||||
|
||||
.delete {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
@@ -2787,10 +2793,6 @@ input[type="submit"].button {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.card-content .title + .subtitle {
|
||||
margin-top: -1.5rem;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
border-top: 1px solid #dbdbdb;
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user