style: 移除手机端小字体设置

This commit is contained in:
Argo Zhang 2019-08-22 20:55:59 +08:00
parent 3b4a7be2ec
commit 76f89cc681
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 0 additions and 31 deletions

View File

@ -261,37 +261,6 @@ footer {
background: #2c3b41;
}
@media (max-width:768px) {
body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-group-text, .popover-header {
font-size: 0.75rem;
}
.card-header {
font-size: 0.875rem;
padding: 0.375rem 1rem;
}
.form-inline .form-group {
margin-bottom: 0.75rem;
}
.form-inline .form-group .control-label {
margin-bottom: 0.125rem;
}
.modal-body, .card-body {
padding: 0.5rem 0.75rem 0 0.75rem;
}
.modal-footer {
padding: 0.5rem;
}
.username {
font-size: 0.875rem;
}
}
@media (min-width: 667px) {
.header .nav {
display: flex;