Update CSS "Main" from version "11.5.0" to "11.6.0"
This commit is contained in:
parent
5500d50fc3
commit
1f4745ad08
18
main.css
18
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 11.5.0 */
|
/* Version: 11.6.0 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -203,6 +203,14 @@ td.red {
|
|||||||
|
|
||||||
|
|
||||||
/* Image */
|
/* Image */
|
||||||
|
img.avatar {
|
||||||
|
width: 10%;
|
||||||
|
height: 10%;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
img.logo-small {
|
img.logo-small {
|
||||||
transform: translate(0px, 13px);
|
transform: translate(0px, 13px);
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
@ -303,4 +311,12 @@ strong {
|
|||||||
.update_date {
|
.update_date {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
img.avatar {
|
||||||
|
display: block;
|
||||||
|
width: 30%;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user