Make part12 nicer
This commit is contained in:
@@ -97,6 +97,7 @@ button:focus, input:focus {
|
||||
padding: 10px;
|
||||
margin-right: 24px;
|
||||
border-radius: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.error {
|
||||
@@ -111,21 +112,22 @@ button:focus, input:focus {
|
||||
.search-input {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 42%;
|
||||
}
|
||||
|
||||
.search-options {
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 50%;
|
||||
width: 58%;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.search-option {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 30%;
|
||||
margin-left: 16px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user