added sources block on each topic

This commit is contained in:
Jordan
2026-06-30 11:59:12 +12:00
parent 2f576a379a
commit a4c15b8d1e
5 changed files with 81 additions and 11 deletions
+20
View File
@@ -83,4 +83,24 @@ image {
padding: 40px;
border-radius: 4px;
margin-left: auto;
}
.sources {
background-color: gray;
color: white;
text-align: left;
height: 200px;
width: 1660px;
margin-top: auto;
}
.sourcescontent{
margin-left: 8px;
color:white;
}
.mainpart {
display: flex;
flex-direction: column;
min-height: 80vh;
}