nadijagr commited on
Commit
ff240c7
1 Parent(s): 3787474

Fix minor css issue (#7)

Browse files

- Fix minor css issue (8c1776d62e6b46447f46b95cfcffd9ecdcb633ff)

Files changed (1) hide show
  1. assets/css/custom.css +2 -0
assets/css/custom.css CHANGED
@@ -101,9 +101,11 @@ img[src*="#chart-icon"] {
101
  place-content: baseline center;
102
  position: fixed;
103
  width: 100%;
 
104
  }
105
 
106
  .anchor-div {
107
  display: flex;
108
  flex-direction: row;
 
109
  }
 
101
  place-content: baseline center;
102
  position: fixed;
103
  width: 100%;
104
+ height: 2rem;
105
  }
106
 
107
  .anchor-div {
108
  display: flex;
109
  flex-direction: row;
110
+ justify-content: center;
111
  }