Large screens adjustments

This commit is contained in:
Thomas Smith 2023-01-23 17:06:34 -05:00
parent 024e0ecb99
commit 7d20b3268d
3 changed files with 115 additions and 6 deletions

View file

@ -235,8 +235,8 @@ mark{
background-image: url("/Images/large-grid-generative-art.png") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat-y !important;
background-size: contain !important;
background-repeat: repeat !important;
background-size: cover !important;
}
.lead-text-container{

View file

@ -7,6 +7,60 @@
@media only screen and (min-width: 1200px) {
/* Menu CTA */
.hbtn {
font-family: "pp-neue-machina";
background-color: #8000ff;
position: relative;
box-sizing: border-box;
height: 4.4vw !important;
display: inline-block;
overflow: hidden;
padding: 8px 20px;
width: 300px;
text-align: center;
border:none;
text-decoration: none;
color: rgb(225, 225, 225);
white-space: nowrap;
z-index: 0;
}
.hbtn i {
padding-right: 8px;
}
.hb-fill-right::before {
position: absolute;
content: "";
background: rgb(91, 0, 184);
transition-duration: 0.2s;
z-index: -1;
inset: 0px auto auto 0px;
width: 0px;
height: 100%;
opacity: 1;
}
.hb-fill-right:hover::before {
width: 100%;
height: 100%;
opacity: 1;
}
.hb-fill-right:hover {
color: rgb(255, 255, 255);
background: rgb(91, 0, 184);
transition: color 0.3s ease 0s, background 0s ease 0.3s;
}
/* End Menu CTA */
div.container-fluid.top-nav{
padding-left: 0px !important;
padding-right: 0px !important;
@ -35,8 +89,63 @@
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* Menu CTA */
.hbtn {
font-family: "pp-neue-machina";
background-color: #8000ff;
position: relative;
box-sizing: border-box;
height: 4.9vw !important;
display: inline-block;
overflow: hidden;
padding: 8px 20px;
width: 300px;
text-align: center;
border:none;
text-decoration: none;
color: rgb(225, 225, 225);
white-space: nowrap;
z-index: 0;
}
.hbtn i {
padding-right: 8px;
}
.hb-fill-right::before {
position: absolute;
content: "";
background: rgb(91, 0, 184);
transition-duration: 0.2s;
z-index: -1;
inset: 0px auto auto 0px;
width: 0px;
height: 100%;
opacity: 1;
}
.hb-fill-right:hover::before {
width: 100%;
height: 100%;
opacity: 1;
}
.hb-fill-right:hover {
color: rgb(255, 255, 255);
background: rgb(91, 0, 184);
transition: color 0.3s ease 0s, background 0s ease 0.3s;
}
/* End Menu CTA */
div.container-fluid.top-nav{
padding-left: 0px !important;
padding-right: 0px !important;
}
.navbar{

View file

@ -121,10 +121,10 @@ a:hover{
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.impact{
font-size: 8.5vw !important;
line-height: 9.9vw!important;
margin-top: 4vw !important;
margin-bottom: 1.9vw !important;
font-size: 7vw !important;
line-height: 7.4vw!important;
margin-top: .5vw !important;
margin-bottom: 1.6vw !important;
}
h1{