diff --git a/_layouts/main.html b/_layouts/main.html index 3f28f7c..933b161 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -1,7 +1,8 @@ --- layout: "default" --- - + {{ content }} diff --git a/static/css/style.css b/static/css/style.css index 2971907..68fb6af 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -92,8 +92,9 @@ h2 { /* text-shadow: 0 0 8px #787878; */ /* animation: spin 2000ms linear infinite; */ /* animation: 5s linear 0s infinite normal none running spin; */ - -c} + + text-decoration: none; +} .intro-box { display: flex;