Add content sizes, Fix columns margin, Update code color, Fix titles margin

This commit is contained in:
Jeremy Thomas
2016-02-09 12:36:14 +01:00
parent 834268f2b0
commit 7d42ce7596
8 changed files with 47 additions and 7 deletions

31
css/bulma.css vendored
View File

@@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long