BraydenMoore commited on
Commit
2bcee1b
·
verified ·
1 Parent(s): d00be55

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -132,7 +132,7 @@
132
  display: flex;
133
  flex-direction: column;
134
  align-items: flex-start;
135
- width: 300px;
136
  transition 0.3s ease;
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
 
132
  display: flex;
133
  flex-direction: column;
134
  align-items: flex-start;
135
+ max-width: 400px;
136
  transition 0.3s ease;
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}