mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add content sizes, Fix columns margin, Update code color, Fix titles margin
This commit is contained in:
31
css/bulma.css
vendored
31
css/bulma.css
vendored
@@ -220,7 +220,7 @@ a:hover {
|
||||
|
||||
code {
|
||||
background: #f5f7fa;
|
||||
color: #42afe3;
|
||||
color: #ed6c63;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
padding: 1px 2px 2px;
|
||||
@@ -300,6 +300,22 @@ table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.content.is-medium {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.content.is-medium code {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.content.is-large {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.content.is-large code {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.content:not(:last-child) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -1657,6 +1673,10 @@ table th {
|
||||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.subtitle + .title {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.subtitle strong {
|
||||
color: #222324;
|
||||
font-weight: 400;
|
||||
@@ -2465,12 +2485,19 @@ table th {
|
||||
}
|
||||
|
||||
.columns {
|
||||
margin-bottom: 10px;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.columns:last-child {
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.columns:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.columns.is-mobile {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user