Skip to content
Snippets Groups Projects
Commit 8dca8aaa authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix up CSS

parent 6b423f92
No related branches found
No related tags found
No related merge requests found
...@@ -86,8 +86,6 @@ body { ...@@ -86,8 +86,6 @@ body {
} }
flex: 10; flex: 10;
padding: 1.5em 2.5em 1.5em 2.5em;
background-color: rgba(0, 0, 0, 0.85);
text-align: center; text-align: center;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
...@@ -146,11 +144,9 @@ body { ...@@ -146,11 +144,9 @@ body {
display: none; display: none;
} }
padding: 1.5em 2.5em 1.5em 2.5em; padding: 0.5em;
background-color: rgba(0, 0, 0, 0.85); background-color: rgba(0, 0, 0, 0.85);
text-align: center; text-align: center;
min-height: 15px;
height: 15px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment