Reduce code element padding from 4px to 2px
This commit is contained in:
parent
43ae10fa2a
commit
a56e822330
7
main.css
7
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS */
|
/* Inferencium - Website - CSS */
|
||||||
/* Version: 11.1.3-alpha.1 */
|
/* Version: 11.1.3-alpha.2 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -82,10 +82,7 @@ code {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
padding-top: 4px;
|
padding: 2px;
|
||||||
padding-right: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user