Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537c19f
)
fix margins on map
author
xangelo
<git@xangelo.ca>
Fri, 30 Jun 2023 19:44:32 +0000
(15:44 -0400)
committer
xangelo
<git@xangelo.ca>
Fri, 30 Jun 2023 19:44:32 +0000
(15:44 -0400)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index 74a669f6122ca6657a23d9e805ac86a88c375988..16b89853f3ddd06dd85fdafc866e89794910290f 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-237,8
+237,8
@@
nav a.active {
#map {
width: 75%;
- margin:
2
rem auto 1rem;
- padding:
1
rem 2rem 2rem;
+ margin:
0
rem auto 1rem;
+ padding:
3
rem 2rem 2rem;
line-height: 1.3rem;
background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.5) 30%);
}