Structure synchronised with Apache server on Zume. Styles improved. Store removed from app2.py

This commit is contained in:
2024-04-30 14:49:05 +01:00
parent 6f6fbbcca9
commit 7b4d1ae1b0
43 changed files with 5682 additions and 30 deletions

7
static/css/license.css Normal file
View File

@@ -0,0 +1,7 @@
.page-body > * {
}
#pageBody > * :first-child{
}
#pageBody > * :last-child {
}

View File

@@ -57,6 +57,9 @@ h3 {
h4 {
font-size: 13px;
margin: 1vh;
text-align: center;
margin-left: auto;
margin-right: auto;
}
h5 {
@@ -135,12 +138,15 @@ h5 {
.company-name {
font-size: 2.5vh;
font-size: min(28px, calc(1vh * 7));
color: white;
margin: 0;
padding: 0;
}
@media screen and (max-width: 450px) {
.company-name {
font-size: min(24px, calc(1vh * 7));
}
}
.page-body {
height: 75vh !important;
@@ -167,7 +173,7 @@ h5 {
text-align: center;
width: 100%;
align-self: center;
font-size: 20px;
font-size: min(20px, calc(1vh * 6));
}
#pageBody > * > * {
width: 100%;
@@ -272,6 +278,9 @@ img.header-logo {
/* min-width: fit-content; */
position: relative;
height: fit-content;
max-width: 80vw;
padding-left: 2.5vw;
padding-right: 2.5vw;
}
.card.subcard {
@@ -290,7 +299,7 @@ img.header-logo {
align-items: flex-start;
justify-content: flex-start;
text-align: flex-start;
max-width: 100%;
/* max-width: 100%; */
/* min-width: fit-content; */
}