added content block
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.home-title-box {
|
||||
padding-top: 10vh;
|
||||
margin-left: 10vw;
|
||||
position: absolute;
|
||||
margin-top: 15vh;
|
||||
}
|
||||
|
||||
.home-title {
|
||||
@@ -14,10 +14,17 @@ main {
|
||||
height: 75vh;
|
||||
margin-left: -1vw;
|
||||
margin-bottom: 13vh;
|
||||
width: 100.4vw;
|
||||
width: 90.4vw;
|
||||
flex-shrink: 0;
|
||||
padding-left: 10vw;
|
||||
}
|
||||
|
||||
.using-engines {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
margin-left: 45vw;
|
||||
margin-right: 8vw;
|
||||
}
|
@@ -17,8 +17,17 @@ h1 {
|
||||
|
||||
.content {
|
||||
background-color: $highlight-primary;
|
||||
margin: 10vw;
|
||||
margin-right: 30vw;
|
||||
padding: 2vw;
|
||||
border-radius: 25px;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
display: flex;
|
||||
padding: 1.8vw;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
margin: 5vw;
|
||||
}
|
||||
|
||||
b {
|
||||
font-family: "Satoshi-Bold";
|
||||
color: $accent;
|
||||
}
|
Reference in New Issue
Block a user