Wrote the news rendering module

This commit is contained in:
2019-05-22 06:53:25 +10:00
parent 2298cb7e16
commit 12016a3fbf
9 changed files with 439 additions and 16 deletions
+7 -6
View File
@@ -18,12 +18,13 @@ body {
}
h1 {
font: 24pt;
font-size: 24pt;
color: red;
}
h2 {
font: 14pt;
font-size: 14pt;
color: lightblue;
}
br {
@@ -33,8 +34,8 @@ br {
hr {
border: none;
height: 1px;
color: black;
background-color: black;
color: lightblue;
background-color: lightblue;
}
ul {
@@ -171,7 +172,7 @@ footer {
}
/* News panel */
.newsPanel {
.mainPanel {
margin-left: 15px;
flex: 1;
display: flex;
@@ -180,7 +181,7 @@ footer {
}
@media screen and (max-width: 480px) {
.newsPanel {
.mainPanel {
align-self: stretch;
width: auto;
}