Center sdk image and fix typos

This commit is contained in:
JST5000
2023-04-10 13:03:04 -07:00
committed by Caleb Kniffen
parent 793157fd70
commit dddafa743f
3 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,12 @@
// Light mode
.light .sdk-img{
.sdk-img {
align-self: center;
.light {
content:url(../assets/img/backgrounds/sdk-white.png);
}
}
// Video Cards
.get-started-img, .flat-card {
@@ -137,6 +142,7 @@
padding: 32px 50px;
height: 100%;
width: 100%;
box-shadow: none;
}
.flat-card-padding {
@@ -159,6 +165,11 @@
}
}
.center-image {
display: flex;
justify-content: center;
}
.quickstart-card {
padding: 32px;