Move "logo-small" class selector to image section as "img.logo-small"
This commit is contained in:
parent
f1bb9626b2
commit
f84f3debd9
12
main.css
12
main.css
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user