mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Form alignment fix
This commit is contained in:
@@ -602,6 +602,7 @@ nav {
|
||||
border-radius: 5px;
|
||||
transition: 0.3s;
|
||||
margin-top: 0.5rem;
|
||||
margin-left:-5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@@ -677,7 +678,7 @@ textfield {
|
||||
padding: 5px;
|
||||
font-size: 0.95rem;
|
||||
resize: vertical;
|
||||
min-height: 10rem;
|
||||
min-height: 5rem;
|
||||
}
|
||||
|
||||
.topic {
|
||||
|
||||
@@ -582,12 +582,14 @@ nav .dropdown {
|
||||
height: 3rem;
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: #efefef;
|
||||
background: #EFEFEF;
|
||||
color: black;
|
||||
border: 0px solid #505050;
|
||||
border-radius: 5px;
|
||||
transition: 0.3s;
|
||||
margin-top: 0.5rem;
|
||||
margin-left: -5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.contact-email :not(textarea) {
|
||||
@@ -659,6 +661,8 @@ textarea,
|
||||
textfield {
|
||||
padding: 5px;
|
||||
font-size: 0.95rem;
|
||||
resize: vertical;
|
||||
min-height: 5rem;
|
||||
}
|
||||
|
||||
.topic {
|
||||
|
||||
Reference in New Issue
Block a user