Feat(Content): 'Alpha Access' renamed to 'Founding Partner Program' on Home Page and testimonial removed.
This commit is contained in:
@@ -47,16 +47,16 @@
|
||||
}
|
||||
.topnav .container .logo {
|
||||
/* min-width: 35vh; */
|
||||
max-width: 35vh;
|
||||
max-width: 35vw;
|
||||
/* min-height: 6vh; */
|
||||
max-height: 6vh;
|
||||
margin: 0.5vh;
|
||||
margin-right: auto;
|
||||
}
|
||||
.topnav .container.company-name {
|
||||
min-width: calc(100vw - 20vh);
|
||||
max-width: calc(100vw - 20vh);
|
||||
margin-right: 10vh;
|
||||
min-width: 30vw;
|
||||
max-width: 30vw;
|
||||
margin-right: 35vw;
|
||||
}
|
||||
.company-name {
|
||||
font-size: 1.6rem;
|
||||
@@ -83,94 +83,7 @@
|
||||
margin: 0 auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
@media screen and (max-width: 450px) {
|
||||
.company-name {
|
||||
font-size: 18px; / * min(24px, calc(1vh * 7)); * /
|
||||
}
|
||||
}
|
||||
*/
|
||||
/*
|
||||
header {
|
||||
background: white;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
/ * position: fixed;
|
||||
top: 0; * /
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 58vw;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: var(--text);
|
||||
font-weight: 500;
|
||||
align-content: center;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.nav-links a.button {
|
||||
color: white;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: min(2000px, 90vw);
|
||||
margin: 0 auto;
|
||||
padding: 0 5vw;
|
||||
}
|
||||
|
||||
/ * Header * /
|
||||
header {
|
||||
background: white;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
/ * position: fixed;
|
||||
top: 0; * /
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
color: #8932CB;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: var(--text);
|
||||
font-weight: 500;
|
||||
align-content: center;
|
||||
}
|
||||
.nav-links a.button {
|
||||
color: white;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Page Filters */
|
||||
#formFilters {
|
||||
@@ -180,7 +93,7 @@ header {
|
||||
|
||||
}
|
||||
#formFilters * {
|
||||
font-size: 12px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#formFilters .container {
|
||||
|
||||
Reference in New Issue
Block a user