Skip to content

Commit ab6d864

Browse files
Merge pull request #3944 from OpenLiberty/fix_new_space
Fix mobile view of homepage
2 parents 6d0e1c3 + c248621 commit ab6d864

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/content/_assets/css/home.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,10 @@ body {
10571057
margin-left: 17px;
10581058
margin-right: 17px;
10591059
}
1060+
1061+
#blog_post {
1062+
height: 98%;
1063+
}
10601064
}
10611065

10621066
@media (min-width: 767.98px) and (max-width: 991.98px) {
@@ -1410,10 +1414,6 @@ body {
14101414
top: -685px;
14111415
}
14121416

1413-
#blog_post {
1414-
padding: 30px;
1415-
}
1416-
14171417
#blog_link {
14181418
margin: auto;
14191419
width: 250px;

0 commit comments

Comments
 (0)