Browse Source

Minor CSS change, fixed port

master
Shaun Kerr 5 years ago
parent
commit
35ad19f499
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Main.hs

+ 2
- 1
Main.hs View File

@@ -112,6 +112,7 @@ getHomeR = defaultLayout $ do

ul {
text-align: initial;
margin: 10px;
}

.upcomingIn {
@@ -207,7 +208,7 @@ getHomeR = defaultLayout $ do
|]

main :: IO ()
main = warp 7280 Chhf
main = warp 80 Chhf

toTS :: (Integer, Int, Int) -> Timestamp
toTS (y,m,d) = Ts (fromIntegral d) (fromIntegral m) y

Loading…
Cancel
Save