Sources base text added for where they will go and did some css editing on it

This commit is contained in:
Jordan
2026-08-10 11:55:50 +12:00
parent d767817b7a
commit 861ef41a9f
5 changed files with 31 additions and 3 deletions
+10 -2
View File
@@ -86,12 +86,14 @@ image {
}
.sources {
background-color: gray;
background-color: rgba(187, 185, 185, 0.479);
color: white;
text-align: left;
height: 200px;
width: 1660px;
width: 1710px;
margin-top: auto;
margin-left: -20px;
margin-bottom: -27px;
}
.sourcescontent{
@@ -99,6 +101,12 @@ image {
color:white;
}
.sourcestext{
color: rgb(97, 97, 97);
font-family: Arial, Helvetica, sans-serif;
line-height: 8px;
}
.mainpart {
display: flex;
flex-direction: column;