Update some padding/spacing (#33493)

See
https://fleetdm.slack.com/archives/C084F4MKYSJ/p1758750703614409?thread_ts=1758555858.483689&cid=C084F4MKYSJ

<img width="1420" height="902" alt="Screenshot 2025-09-25 at 1 36 06 PM"
src="https://github.com/user-attachments/assets/b7a41c8a-6a4a-46a4-bed0-de88e5e0f48c"
/>

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
jacobshandling 2025-09-26 08:52:43 -07:00 committed by GitHub
parent f9e53aa9a8
commit 736955883e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -3,12 +3,16 @@
flex-direction: column;
gap: $pad-large;
&__description-container {
line-height: $pad-medium;
}
&__description {
margin: 0;
}
&__added-text {
font-size: $x-small;
line-height: 20px;
}
&__added-text {

View file

@ -1,4 +1,12 @@
.install-software-preview {
display: flex;
flex-direction: column;
gap: $pad-large;
p {
margin: 0;
}
h3 {
margin: 0;
font-size: $small;
@ -6,7 +14,6 @@
}
&__preview-video {
margin-top: $pad-xxlarge;
width: 100%;
display: block;
border-radius: $border-radius-large;