mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Change buttons width in small devices
This commit is contained in:
parent
c0cad33ac4
commit
c15a43b81a
1 changed files with 7 additions and 1 deletions
|
@ -17,10 +17,16 @@
|
||||||
#grav-login button {
|
#grav-login button {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 736px) {
|
||||||
#grav-login .form-actions {
|
#grav-login .form-actions {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
#grav-login .button {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#grav-login .rememberme {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
{% do assets.addInlineCss(styles) %}
|
{% do assets.addInlineCss(styles) %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue