repaired input text width and padding after embedding parallax

This commit is contained in:
bmen 2019-04-15 03:20:51 +02:00
parent 9a371b4569
commit 7c39cc6d90
1 changed files with 6 additions and 6 deletions

View File

@ -167,9 +167,9 @@ a:hover {
border:2px #a14032 solid;
border-radius:7px;
font-size:100%;
padding:6px 40px 6px 10px;
padding:8px 40px 8px 10px;
color:#002b3e;
width:100%;
width:86%;
margin:4px;
}
.searchbar .searchfield input[type="text"]:focus {
@ -251,9 +251,9 @@ a:hover {
border:2px #a14032 solid;
border-radius:7px;
font-size:100%;
padding:10px 40px 10px 10px;
padding:12px 40px 12px 10px;
color:#002b3e;
width:100%;
width:91%;
margin:2px;
}
.home-search-intro input.search-field-content:focus {
@ -268,7 +268,7 @@ a:hover {
position:absolute;
color:#a14032;
top:0;
right:0;
right:-5px;
border:0;
font-size:140%;
cursor:pointer;
@ -318,7 +318,7 @@ a:hover {
}
/****** FOOTER ******/
.footer {
padding:60px 0;
}
.footer h3 {