Skip to content

Commit ac9b594

Browse files
committed
Submit query button padding issue solved
Signed-off-by: Piyush Mehta <me@piyushmehta.com>
1 parent 43bf0f3 commit ac9b594

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

css/style.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,21 @@ ul li {
18351835
font-size: 16px;
18361836
outline: none;
18371837
}
1838-
1838+
.submit
1839+
{
1840+
text-transform: uppercase;
1841+
border: none;
1842+
background-color: #111;
1843+
color: #ffffff;
1844+
display: block;
1845+
margin-top: 10px;
1846+
width: 35%;
1847+
padding: 8px;
1848+
font-size: 16px;
1849+
font-weight: bold;
1850+
outline: none;
1851+
padding: ;
1852+
}
18391853
#footer .flex-container .subscribe .submit{
18401854
text-transform: uppercase;
18411855
border: none;

0 commit comments

Comments
 (0)