Move "logo-small" class selector to image section as "img.logo-small"

This commit is contained in:
inference 2023-11-20 01:53:05 +00:00
parent f1bb9626b2
commit f84f3debd9
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 11.2.0-alpha.4 */
/* Version: 11.2.0-alpha.5 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -198,6 +198,12 @@ td.td-red {
}
/* Image */
img.logo-small {
transform: translate(0px, 13px);
}
/* Navigation bar */
nav.navbar {
height: 100%;
@ -221,10 +227,6 @@ nav.navbar div, .navbar div a, .navbar div a:visited {
z-index: 100;
}
.logo-small {
transform: translate(0px, 13px);
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;