projects
/
xogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3caec36
)
Slightly increase 'Play' btn margin
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 21 Dec 2021 21:08:27 +0000
(22:08 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 21 Dec 2021 21:08:27 +0000
(22:08 +0100)
common.css
patch
|
blob
|
blame
|
history
diff --git
a/common.css
b/common.css
index
c65559d
..
e2a681d
100644
(file)
--- a/
common.css
+++ b/
common.css
@@
-151,7
+151,7
@@
button:hover, button.block-btn:hover {
button.block-btn {
display: block;
background-color: #01786F;
- margin: 0 auto
20px auto; /*TODO: margin-bottom 3
0px ? */
+ margin: 0 auto
30px auto; /*TODO: margin-bottom 2
0px ? */
font-size: 2rem;
padding: 15px 32px;
}