mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-13 08:29:22 +08:00
fix screen responsiveness
This commit is contained in:
parent
2290b75f8a
commit
4f0c2a8122
1 changed files with 10 additions and 0 deletions
|
@ -271,6 +271,7 @@
|
|||
}
|
||||
|
||||
.btn-default {
|
||||
margin-left: 15px;
|
||||
text-align: right;
|
||||
width: 300px;
|
||||
}
|
||||
|
@ -348,6 +349,15 @@
|
|||
margin-left: 83px;
|
||||
}
|
||||
|
||||
#search-bar {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#search-bar {
|
||||
padding: 10px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
// reset margins on small screens
|
||||
@media (max-width: 1188px) {
|
||||
|
|
Loading…
Reference in a new issue