Skip to content

Commit 7fd2878

Browse files
Remove bulma column (#555)
This was only used in the footer, which we style ourselves.
1 parent 4dc3fcb commit 7fd2878

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

assets/theme-css/bulma.css

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -52,42 +52,6 @@ span {
5252
.field:not(:last-child) {
5353
margin-bottom: 0.75rem;
5454
}
55-
.column {
56-
display: block;
57-
flex-basis: 0;
58-
flex-grow: 1;
59-
flex-shrink: 1;
60-
padding: 0.75rem 0.75rem 0rem 0.75rem;
61-
}
62-
.columns.is-mobile > .column.is-5 {
63-
flex: none;
64-
width: 41.66667%;
65-
}
66-
@media screen and (min-width: 769px), print {
67-
.column.is-5 {
68-
flex: none;
69-
width: 41.66667%;
70-
}
71-
}
72-
.columns {
73-
margin-left: -0.75rem;
74-
margin-right: -0.75rem;
75-
margin-top: 1rem;
76-
}
77-
.columns:last-child {
78-
margin-bottom: -0.75rem;
79-
}
80-
.columns:not(:last-child) {
81-
margin-bottom: calc(1.5rem - 0.75rem);
82-
}
83-
.columns.is-mobile {
84-
display: flex;
85-
}
86-
@media screen and (min-width: 769px), print {
87-
.columns:not(.is-desktop) {
88-
display: flex;
89-
}
90-
}
9155
@media screen and (max-width: 768px) {
9256
.is-hidden-mobile {
9357
display: none !important;

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<footer id="footer">
1010
<div class="container is-max-widescreen">
11-
<div id="footer-columns" class="columns">
11+
<div id="footer-columns">
1212
<div id="footer-logo-column">
1313
<img id="footer-logo" src="{{ printf "/images/%s" $logo | relURL }}" alt="{{ $title }} logo. {{ $navbarLogo.altText }}">
1414
</div>

0 commit comments

Comments
 (0)