changed recentNotes.scss
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-04 20:16:07 +03:00
parent 269b89e7de
commit 133a34259b

View File

@@ -1,24 +1,31 @@
.recent-notes { .recent-notes>h3 {
& > h3 { margin: .5rem 0 0;
margin: 0.5rem 0 0 0; font-size: 1rem
font-size: 1rem; }
}
& > ul.recent-ul { .recent-notes>ul.recent-ul {
list-style: none;
margin-top: 1rem; margin-top: 1rem;
padding-left: 0; padding-left: 0;
list-style: none
& > li { }
margin: 1rem 0;
.section > .desc > h3 > a { .recent-notes>ul.recent-ul>li {
background-color: transparent; margin: 1rem 0
} }
.section > .meta { .recent-notes>ul.recent-ul>li .section>.desc>h3>a {
margin: 0 0 0.5rem 0; background-color: #0000
opacity: 0.6; }
}
} .recent-notes>ul.recent-ul>li .section>.meta {
} opacity: .6;
margin: 0 0 .5rem
}
.left .recent-notes:nth-last-child(2) {
grid-area: 3/1/3/3
}
.left .recent-notes:last-child {
grid-area: 4/1/4/3
} }