mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DownloadButton: replace rem sizes with pixels
This commit is contained in:
parent
281ae25d4a
commit
3057f9cffb
1 changed files with 2 additions and 2 deletions
|
@ -186,9 +186,9 @@
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-indent: -5px;
|
text-indent: -5px;
|
||||||
letter-spacing: -0.22em;
|
letter-spacing: -5.3px;
|
||||||
|
|
||||||
margin-bottom: 0.1rem;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download-button:disabled {
|
#download-button:disabled {
|
||||||
|
|
Loading…
Reference in a new issue