Changed styling
This commit is contained in:
14
style.css
14
style.css
@@ -56,6 +56,20 @@ ol>li {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
height: 50px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
padding-left: 5px;
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
color: #555;
|
||||
background-color: rgb(255, 255, 255);
|
||||
background-image: none;
|
||||
border: 1px solid rgb(41, 18, 18);
|
||||
}
|
||||
|
||||
@media screen and (max-width:768px) {
|
||||
#grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user