Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
6d34280
1
Parent(s):
df86e03
Update styling
Browse files- web/static/styles.css +2 -1
web/static/styles.css
CHANGED
@@ -59,7 +59,7 @@ body {
|
|
59 |
display: grid;
|
60 |
row-gap: 1%;
|
61 |
column-gap: 1%;
|
62 |
-
width:
|
63 |
justify-content: center;
|
64 |
align-items: center;
|
65 |
grid-template-columns: repeat(3, 1fr);
|
@@ -146,6 +146,7 @@ visibility: visible; /* Show the tooltip on image hover */
|
|
146 |
display: flex;
|
147 |
justify-content: center;
|
148 |
margin: 20px 0;
|
|
|
149 |
}
|
150 |
|
151 |
.github-container a {
|
|
|
59 |
display: grid;
|
60 |
row-gap: 1%;
|
61 |
column-gap: 1%;
|
62 |
+
width: 95%;
|
63 |
justify-content: center;
|
64 |
align-items: center;
|
65 |
grid-template-columns: repeat(3, 1fr);
|
|
|
146 |
display: flex;
|
147 |
justify-content: center;
|
148 |
margin: 20px 0;
|
149 |
+
margin-bottom: 1000px;
|
150 |
}
|
151 |
|
152 |
.github-container a {
|