Skip to content

Commit ee1d135

Browse files
committed
Minor responsive fixes for docs
1 parent 23ab6db commit ee1d135

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

uilib-docs/src/pages/sections/IntroSection.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
}
1717

1818
.intro-content {
19+
position: absolute;
20+
top: 20vw;
21+
left: 7vw;
1922
display: flex;
2023
flex-direction: column;
2124
z-index: 1;

uilib-docs/src/pages/sections/LibrariesSection.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
.library {
2929
text-align: center;
3030
color: $white;
31-
margin-left: 20px;
31+
margin-left: 40px;
3232

3333
img {
34+
max-height: 75px;
3435
height: 4vw;
3536
min-height: 45px;
3637
filter: grayscale(0.8);

0 commit comments

Comments
 (0)