Commit
·
d57d8c9
1
Parent(s):
98cf34f
Update templates/index.html
Browse files- templates/index.html +4 -3
templates/index.html
CHANGED
|
@@ -76,10 +76,11 @@
|
|
| 76 |
margin: auto;
|
| 77 |
}
|
| 78 |
|
| 79 |
-
|
| 80 |
display: flex;
|
| 81 |
-
|
| 82 |
-
|
|
|
|
| 83 |
|
| 84 |
a:hover {
|
| 85 |
background-color: yellow;
|
|
|
|
| 76 |
margin: auto;
|
| 77 |
}
|
| 78 |
|
| 79 |
+
.info {
|
| 80 |
display: flex;
|
| 81 |
+
flex-direction: column;
|
| 82 |
+
align-items: flex-start;
|
| 83 |
+
}
|
| 84 |
|
| 85 |
a:hover {
|
| 86 |
background-color: yellow;
|