File size: 226 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.getting-started-video {
margin: 3rem 0;
text-align: center;
iframe {
width: 100%;
}
p {
margin-bottom: 1.5em;
color: var(--studio-gray-50);
}
strong {
font-weight: 500;
color: var(--studio-gray-100);
}
}
|