more style

This commit is contained in:
ThatOneCalculator 2022-11-16 01:12:24 -08:00
parent 16d34222ca
commit 1f57af4d0a
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.14.4",
"version": "12.119.0-calc.14.5",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -182,7 +182,6 @@ definePageMetadata(computed(() => page ? {
> .header {
padding: 16px;
margin: 0rem !important;
> h1 {
margin: 0;
@ -192,6 +191,7 @@ definePageMetadata(computed(() => page ? {
> .banner {
> img {
// TODO:
margin: 0rem !important;
display: block;
width: 100%;
height: 150px;
@ -262,16 +262,17 @@ definePageMetadata(computed(() => page ? {
> .links {
margin-top: 16px;
padding: 24px 0 0 0;
padding: 14px 0;
border-top: solid 0.5px var(--divider);
> .link {
margin-right: 0.75em;
margin-right: 2em;
}
}
}
> .footer {
margin: var(--margin) 0 var(--margin) 0;
font-size: 85%;
opacity: 0.75;
}