Merge pull request #167 from Calinou/use-modern-font-stack

Use a modern font stack inspired by Bootstrap 4
This commit is contained in:
Bojidar Marinov
2019-01-02 11:53:01 +02:00
committed by GitHub

View File

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