mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use BS5 default values for font-size and line height.
This commit is contained in:
parent
778300d9cb
commit
39ae5b9c2f
1 changed files with 3 additions and 3 deletions
|
@ -25,11 +25,11 @@
|
|||
/* Add padding for fixed header bar */
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
/*position: relative;*/
|
||||
padding-top: 70px;
|
||||
/* Use font size like in BS3 */
|
||||
font-size: 14px;
|
||||
line-height: 1.428;
|
||||
/*font-size: 14px;
|
||||
line-height: 1.428;*/
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue