Skip to content

Commit 3007e4a

Browse files
committed
Resolve overlapping problems with the last two blocks that were visible in high resolution screens
1 parent 2425fef commit 3007e4a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

_sass/_theme.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ select {
322322
#install-frame-after {
323323
border-bottom: solid 1px #e3e3e3;
324324
margin-bottom: 2.5%;
325+
clear: both;
326+
margin-top: 3rem;
325327
}
326328
.first_item {
327329
margin-top: 3%;
@@ -703,6 +705,15 @@ ul.feature-icons {
703705
margin-top: 20px;
704706
max-width: 80%;
705707
}
708+
.three-icon-frame {
709+
clear: both;
710+
margin-top: 3rem;
711+
display: flex;
712+
flex-wrap: wrap;
713+
justify-content: center;
714+
gap: 2rem;
715+
}
716+
706717
.four-icons-title:link {
707718
color: $dark-grey;
708719
margin-bottom: 5px;

0 commit comments

Comments
 (0)