Spaces:
Running
Running
Update templates/index.html
Browse files- 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 |
-
|
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 |
+
width: 400px;
|
136 |
transition 0.3s ease;
|
137 |
}
|
138 |
@font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
|