left-center everything + fmt about.html

This commit is contained in:
2023-09-20 15:54:34 +05:30
parent 4dcbb74f20
commit 83a82f3919
2 changed files with 22 additions and 14 deletions

View File

@@ -64,7 +64,6 @@ textarea {
background-color: #222;
border-color: #9d9d9d;
color: #f8f9fa;
margin-bottom: 20px
}
textarea:focus {
border-color: #e5ebff;
@@ -75,7 +74,6 @@ select {
display: flex;
padding: 4px 8px;
justify-content: space-between;
align-items: center;
flex: 1 0 0;
border-right: none;
border-bottom: none;
@@ -93,7 +91,6 @@ button {
display: flex;
padding: 4px 8px;
justify-content: flex-end;
align-items: center;
gap: 2px;
border: none;
border-radius: 4px;
@@ -108,7 +105,6 @@ button:hover {
.wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wrap.languages {
flex-wrap: nowrap;
@@ -123,9 +119,7 @@ button:hover {
height: 150px;
}
.item-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
display: block;
width: 450px;
margin: 5px 10px;
gap: 10px;