Feat: Home and Contact pages setup with Altcha bot protection and saving to database using alterntive layout.
This commit is contained in:
@@ -59,8 +59,9 @@ script, link {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
#pageBody {
|
||||
/* height: 69vh !important; */
|
||||
/ * height: 69vh !important; * /
|
||||
max-height: 79vh;
|
||||
padding: 0 5vw;
|
||||
margin: 0;
|
||||
@@ -76,6 +77,7 @@ script, link {
|
||||
width: 90vw;
|
||||
color: var(--colour-text);
|
||||
}
|
||||
*/
|
||||
|
||||
.page-body > * {
|
||||
display: flex;
|
||||
@@ -117,7 +119,7 @@ img.header-logo {
|
||||
background-color: var(--colour-text-background);
|
||||
padding: 1vh 2.5vw;
|
||||
margin: 1vh;
|
||||
display: flex !important;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -210,6 +212,8 @@ img.header-logo {
|
||||
ul {
|
||||
max-width: 90%;
|
||||
padding: 5px 0 10px 0;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
li {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user