Skip to content

Commit 7d42ce7

Browse files
committed
Add content sizes, Fix columns margin, Update code color, Fix titles margin
1 parent 834268f commit 7d42ce7

8 files changed

Lines changed: 47 additions & 7 deletions

File tree

bulma/base/content.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
.content
2+
&.is-medium
3+
font-size: $size-5
4+
code
5+
font-size: $size-6
6+
&.is-large
7+
font-size: $size-4
8+
code
9+
font-size: $size-5
210
&:not(:last-child)
311
margin-bottom: 20px
412
h1,

bulma/components/grid.sass

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@
6262
width: ($i / 12) * 100%
6363

6464
.columns
65-
margin-bottom: 10px
6665
margin-left: -10px
6766
margin-right: -10px
6867
margin-top: -10px
68+
&:last-child
69+
margin-bottom: -10px
70+
&:not(:last-child)
71+
margin-bottom: 10px
6972
&.is-mobile
7073
display: flex
7174
+tablet

bulma/config/generated-variables.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $text-strong: $grey-darker
3131

3232
// Code
3333
34-
$code: $info
34+
$code: $red
3535
$code-background: $background
3636

3737
$pre: $text

bulma/elements/titles.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
.subtitle
3535
font-size: $size-medium
3636
line-height: 1.125
37+
& + .title
38+
margin-top: -20px
3739
strong
3840
color: $text-strong
3941
font-weight: 400

css/bulma.css

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)