mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-05 18:10:50 +03:00
Merge pull request #167 from Calinou/use-modern-font-stack
Use a modern font stack inspired by Bootstrap 4
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user