File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ body.landing #documentation {
859859 letter-spacing : 0.02em
860860}
861861
862- .post li {
862+ .post ul li {
863863 margin-bottom : 10px ;
864864 margin-top : 10px ;
865865}
@@ -936,27 +936,27 @@ p img, figure img {
936936 text-align : center;
937937}
938938
939- .blog-nav {
939+ ul .blog-nav {
940940 display : flex;
941941 justify-content : space-between;
942942}
943943
944- .blog-nav li {
944+ ul .blog-nav li {
945945 list-style : none;
946946 margin : 0px ;
947947 padding : 5px 15px ;
948948 background-color : # dedede ;
949949}
950950
951- .blog-nav li .nav-spacer {
951+ ul .blog-nav li .nav-spacer {
952952 background : none;
953953}
954954
955- .blog-nav > li > a > .fa-arrow-left {
955+ ul .blog-nav > li > a > .fa-arrow-left {
956956 margin-right : 10px ;
957957}
958958
959- .blog-nav > li > a > .fa-arrow-right {
959+ ul .blog-nav > li > a > .fa-arrow-right {
960960 margin-left : 10px ;
961961}
962962
@@ -986,7 +986,7 @@ div.post-bottom {
986986}
987987
988988/* Post list */
989- .post-list li {
989+ .post-list ul li {
990990 background-color : # e0e0e0 ;
991991 list-style : none;
992992 margin-left : 0px ;
You can’t perform that action at this time.
0 commit comments