mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
Center sdk image and fix typos
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user