Update style.css

This commit is contained in:
Justin
2022-06-11 13:14:51 +08:00
committed by GitHub
parent 8cb64952a9
commit f8832042cd

View File

@@ -37,8 +37,10 @@ header {
transition: 0.25s; transition: 0.25s;
} }
.hostname-text { .hostname-text {
font-style: italic; font-size:14px;
margin-top:4%;
color: greenyellow; color: greenyellow;
align-content: center;
} }
@@ -834,5 +836,9 @@ h3 {
margin-bottom:20px; margin-bottom:20px;
} }
#version-text {
margin-right: 2%;
margin-bottom:0;
font-size:14px;
}