1. New logo.\n2. Padding corrected for pageBody and footer.\n3. Services update

This commit is contained in:
2024-05-17 14:34:10 +01:00
parent b012a7e32e
commit 3a2a164213
9 changed files with 73 additions and 70 deletions

View File

@@ -1,21 +1,21 @@
.page-body > * {
height: 100%;
height: 100%;
}
#pageBody > * :first-child{
margin-top: 25vh;
margin-top: 25vh;
}
#pageBody > * :last-child {
margin-bottom: 35vh;
margin-bottom: 35vh;
}
.img-demo {
max-width: 50%;
min-width: 500px;
max-width: 50%;
min-width: 500px;
}
.img-featured {
width: 100%;
width: 100%;
}
/*

View File

@@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, p, a, label {
*/
h1 {
font-size: 36px;
font-size: 24px;
}
h2 {
@@ -85,7 +85,7 @@ h5 {
}
/* Style the topnav links */
.topnav a, .topnav label, .topnav p {
.topnav a, .topnav label, .topnav p, .topnav h1 {
float: left;
display: flex;
color: white;
@@ -95,7 +95,8 @@ h5 {
width: 100%;
max-height: 15vh;
font-weight: normal;
font-size: 20px;
/* font-size: 20px; */
justify-content: center;
}
/*
.topnav a {
@@ -151,6 +152,8 @@ h5 {
#pageBody {
height: 69vh !important;
padding: 1vh;
padding-left: 1vw;
padding-right: 1vw;
margin: 1vh;
margin-left: 0;
margin-right: 0;
@@ -337,6 +340,8 @@ img.header-logo {
/* Footer */
.footer {
padding: 1vh;
padding-left: 1vw;
padding-right: 1vw;
text-align: center;
margin: 0;
height: 8vh !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 403 KiB

BIN
static/images/Logo_v1a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB