Rework of page "allQuestions", minor style and layout fixes and modifications for other pages

This commit is contained in:
ndaniel1102
2021-04-12 01:02:40 +02:00
parent 47a2227f87
commit 23865a68cd
14 changed files with 147 additions and 94 deletions
+13 -6
View File
@@ -1,17 +1,24 @@
.content {
padding-top: 50px;
}
.searchContainer {
width: 100%;
display: flex;
justify-content: center;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 2px;
}
.clearButton {
width: 80px;
width: 50px;
background-color: var(--background-color);
color: white;
font-size: 23px;
font-size: 18px;
cursor: pointer;
border: none;
margin-left: 10px;
}
.info {
text-align: center;
font-style: italic;
padding-top: 25px;
}