Begin porting code from NJR

This commit is contained in:
2025-01-02 20:34:22 +00:00
parent ccdc106ef8
commit 8cb13a4bca
27 changed files with 623 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
@media (min-width: 1000px) {
#technology{
background-position-x: 35vw;
height: 75vh;
min-height: 75vh;
}
#motorsport{
background-position-y: -180px;
background-position-x: -200px;
background-size: auto;
min-height: 75vh;
height: 75vh;
}
.text{
width: 50%;
height: 100%;
align-items: flex-start;
}
.text-right{
margin-left: auto;
margin-right: 0;
}
.text-left{
margin-left: 0;
margin-right: auto;
}
.gradient-left{
background-image: linear-gradient(to right, rgba(23, 22, 20, 1), rgba(23, 22, 20, 1), rgba(23, 22, 20, 0));
}
.gradient-right{
background-image: linear-gradient(to left, rgba(23, 22, 20, 1), rgba(23, 22, 20, 1), rgba(23, 22, 20, 0));
}
}