fixed many things and added search
This commit is contained in:
parent
c6220b1dc1
commit
cbc6755791
10 changed files with 128 additions and 75 deletions
|
@ -396,4 +396,15 @@ a.youtube:before {
|
|||
|
||||
iframe {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
form.search {
|
||||
text-align: center;
|
||||
padding: 5px 10%;
|
||||
}
|
||||
|
||||
form.search input {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 1.2em;
|
||||
}
|
Reference in a new issue