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