Fixed pinned tabs and welcome page

This commit is contained in:
Mauro Balades
2024-07-13 10:00:42 +02:00
parent f585ad045b
commit 9d6cf0cb6c
3 changed files with 15 additions and 8 deletions

View File

@@ -36,10 +36,9 @@ button {
}
.page-split:not([hidden="true"]) {
display: flex;
margin: 12%;
flex-direction: row;
justify-content: space-between;
margin: auto;
justify-content: space-around;
}
#enableFeatures .card {
@@ -62,7 +61,6 @@ button {
align-items: stretch;
gap: 8px;
margin-bottom: 8px;
justify-content: center;
}
.cardGroup .card {
@@ -92,6 +90,12 @@ h1 {
line-height: 1;
}
.page > div:nth-child(2) h1 {
margin-bottom: 15px;
margin-top: 10px;
font-size: 18px;
}
p {
font-size: 16px;
opacity: 0.8;