Skip to content

Commit 86f9b7c

Browse files
Merge pull request #169 from egbadon-victor/program-index-responsiveness
[Fix] Fixes responsiveness issues for related posts section of prgram-index.html
2 parents a91538c + 07eaa29 commit 86f9b7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/vocabulary.css

+8
Original file line numberDiff line numberDiff line change
@@ -1830,6 +1830,10 @@ body > footer .license svg {
18301830
display: flex;
18311831
flex-wrap: wrap;
18321832
}
1833+
1834+
main article.posts.related ul {
1835+
grid-template-columns: 1fr 1fr;
1836+
}
18331837
}
18341838

18351839
@media (max-width: 705px) {
@@ -1997,6 +2001,10 @@ body > footer .license svg {
19972001
body > footer .footer-menu ul {
19982002
display: block;
19992003
}
2004+
2005+
main article.posts.related ul {
2006+
grid-template-columns: 1fr;
2007+
}
20002008
}
20012009

20022010
@media (max-width: 425px) {

0 commit comments

Comments
 (0)