mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +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 */
|
/* Add padding for fixed header bar */
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
position: relative;
|
/*position: relative;*/
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
/* Use font size like in BS3 */
|
/* Use font size like in BS3 */
|
||||||
font-size: 14px;
|
/*font-size: 14px;
|
||||||
line-height: 1.428;
|
line-height: 1.428;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue