chore(translations): plebchan description, no global rules info

This commit is contained in:
plebeius.eth
2024-02-29 21:28:57 +01:00
parent 5185f9999d
commit c3da9367e2
38 changed files with 114 additions and 46 deletions
+7 -4
View File
@@ -62,11 +62,13 @@
}
.searchBar {
display: flex;
text-align: center;
justify-content: center;
margin-bottom: 20px;
}
.searchBar input, .searchBar button {
.searchBar input {
font-size: 18px;
height: 30px;
box-sizing: border-box;
@@ -82,13 +84,14 @@
}
.searchBar button {
font-size: 15px;
margin-left: 4px;
padding: 3px 10px;
background-color: rgb(239, 239, 239);
position: absolute;
display: inline-block;
text-transform: capitalize;
font-size: 14px;
}
@media (max-width: 768px) {
.content {
width: auto;