diff --git a/index.css b/index.css index d76c4d3..d21838a 100644 --- a/index.css +++ b/index.css @@ -102,6 +102,12 @@ a { .topics { font-size: 3em; + flex: 1; + justify-content: space-between; +} + +.post { + font-size: 2em; } .software a:hover { @@ -113,14 +119,10 @@ a { .trading a:hover { color: #d50032; } -.interview-problems a:hover { +.algorithms a:hover { color: #6a0dad; } -.logo { - height: 40px; -} - .topic a { position: relative; display: inline-block; diff --git a/index.html b/index.html index f3a68cf..aaecabe 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,11 @@