main #12
2 changed files with 3 additions and 2 deletions
|
@ -280,6 +280,7 @@ header a:hover {
|
|||
color: white;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s ease-in-out;
|
||||
}
|
||||
|
@ -326,7 +327,8 @@ header a:hover {
|
|||
}
|
||||
|
||||
.input button {
|
||||
padding: 12px 20px;
|
||||
padding:1em;
|
||||
margin: 5px;
|
||||
background-color: var(--input-button-color);
|
||||
color: white;
|
||||
border: none;
|
||||
|
|
|
@ -43,7 +43,6 @@ def index():
|
|||
|
||||
return render_template('index.html', messages=messages)
|
||||
|
||||
|
||||
@APP.route('/faq')
|
||||
def faq():
|
||||
return render_template('faq.html')
|
||||
|
|
Loading…
Reference in a new issue