This commit is contained in:
Daniel
2022-06-23 20:23:52 +04:30
parent ceeb44901b
commit c39cc45f6c
7 changed files with 39 additions and 42 deletions
+1 -15
View File
@@ -32,7 +32,7 @@
}
.content {
padding: 0px 20px 20px 20px;
padding: 0px 20px 0 20px;
}
.head {
@@ -86,20 +86,6 @@ input:focus {
outline: none;
}
.results {
margin: 20px 20px 0px 0px;
display: inline-block;
}
.no-results {
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
margin-top: 10px;
}
.dark-light-btn {
margin-left: 10px;
font-size: 1.2em;