Author
|
zPlus <zplus@peers.community>
2018-12-21 23:38:44
|
Committer
|
zPlus <zplus@peers.community>
2018-12-21 23:38:44
|
Commit
|
0e4ac2e
(patch)
|
Tree
|
eac98f2
|
Parent(s)
|
|
100% buttons width on small screens.
commits diff:
78e0c45..0e4ac2e
2 files changed,
10 insertions,
0 deletions
—
download
Diffstat
Diff options
+4/-0
M freepost/static/stylus/freepost.styl
+6/-0
M freepost/static/stylus/reset.styl
65
|
65
|
|
padding .2em 1em
|
66
|
66
|
|
text-align center
|
67
|
67
|
|
|
|
68
|
+ |
@media only screen and (max-width: 800px)
|
|
69
|
+ |
.button
|
|
70
|
+ |
font-size 1.2rem
|
|
71
|
+ |
padding .5em 1em
|
|
72
|
+ |
width 100%
|
|
73
|
+ |
|
68
|
74
|
|
.button_ok /* Green */
|
69
|
75
|
|
.button_ok:hover,
|
70
|
76
|
|
.button_ok:visited
|