BraydenMoore commited on
Commit
d57d8c9
1 Parent(s): 98cf34f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -3
templates/index.html CHANGED
@@ -76,10 +76,11 @@
76
  margin: auto;
77
  }
78
 
79
- .info {
80
  display: flex;
81
- align-items: center;
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;