Wrote the news rendering module
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user