CSS adjustments
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
h3, input[type="text"], #results {
|
h3, input[type="text"], #results {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
width: 95%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#source {
|
#source {
|
||||||
@@ -47,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
max-width: 90%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user