mirror of
https://github.com/ivabus/www
synced 2024-11-26 04:05:06 +03:00
Large screens adjustments
This commit is contained in:
parent
024e0ecb99
commit
7d20b3268d
3 changed files with 115 additions and 6 deletions
|
@ -235,8 +235,8 @@ mark{
|
||||||
background-image: url("/Images/large-grid-generative-art.png") !important;
|
background-image: url("/Images/large-grid-generative-art.png") !important;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-repeat: repeat-y !important;
|
background-repeat: repeat !important;
|
||||||
background-size: contain !important;
|
background-size: cover !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
|
|
|
@ -7,6 +7,60 @@
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) {
|
@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{
|
div.container-fluid.top-nav{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
|
@ -35,8 +89,63 @@
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@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{
|
div.container-fluid.top-nav{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar{
|
.navbar{
|
||||||
|
|
|
@ -121,10 +121,10 @@ a:hover{
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
|
|
||||||
.impact{
|
.impact{
|
||||||
font-size: 8.5vw !important;
|
font-size: 7vw !important;
|
||||||
line-height: 9.9vw!important;
|
line-height: 7.4vw!important;
|
||||||
margin-top: 4vw !important;
|
margin-top: .5vw !important;
|
||||||
margin-bottom: 1.9vw !important;
|
margin-bottom: 1.6vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
|
Loading…
Reference in a new issue