added topic listing

This commit is contained in:
2022-05-01 09:51:03 +02:00
parent 3b7b3b4483
commit 0a307fc953
27 changed files with 386 additions and 175 deletions

View File

@@ -5,14 +5,13 @@ body {
font: 400 15px/1.8 Lato, sans-serif;
color: #666;
}
h3, h4 {
margin: 10px 0 30px 0;
h2 {
margin: 30px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
color: #111;
}
.container {
padding: 60px 80px;
padding: 60px 80px 20px 80px;
}
.person {
border: 10px solid transparent;
@@ -43,7 +42,7 @@ h3, h4 {
background: #bc2131;
color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 h2 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
border-top-right-radius: 0;
@@ -63,7 +62,7 @@ h3, h4 {
color: #555;
}
.modal-header, h4, .close {
.modal-header, .close {
background-color: #333;
color: #fff !important;
text-align: center;