diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index 0da3369..dc9613d 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -219,4 +219,13 @@ display: block; { display: none; } -} \ No newline at end of file + #footer li:nth-child(-n+2) + { + display: none; + } + #footer li:nth-of-type(3) + { + text-align: center; + width: 100%; + } +}