This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web-old/src/styles/home.scss
2024-02-02 21:47:13 +01:00

41 lines
853 B
SCSS

main {
background-image: url("/diagonal_lines_home.png");
background-size: cover;
background-repeat: repeat;
margin-inline: -.10vw;
height: 75vh;
padding-inline: 10vw;
.home-main-box {
padding-block: 7vh;
display: flex;
justify-content: space-between;
align-items: center;
.home-title-box {
justify-self: flex-start;
margin-right: 5vw;
h1 {
font-size: 72px;
}
.home-title {
margin: 0;
color: #FFF;
font-family: "Tanker-Regular";
}
.using-engines {
width: 21vw;
}
}
}
.content {
justify-self: flex-end;
margin: 0;
margin-top: 2vh;
max-width: 450px;
}
}