Skip to content

Commit

Permalink
Use a modern font stack inspired by Bootstrap 4
Browse files Browse the repository at this point in the history
See twbs/bootstrap#19098 for more information.
  • Loading branch information
Calinou committed Dec 30, 2018
1 parent f2e24e3 commit 2e59e31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
body {
font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-search .form-group {
margin-bottom: 0.2em;
margin-right: 40px;
}

@media screen and (max-width: 768px) {
.form-search .form-group {
margin-right: 0;
}
}

@supports (display: flex) {
@media screen and (min-width: 768px) {
.form-search {
Expand Down

0 comments on commit 2e59e31

Please sign in to comment.