diff --git a/index.html b/index.html index b271554..bdf0170 100644 --- a/index.html +++ b/index.html @@ -37,5 +37,6 @@ + \ No newline at end of file diff --git a/projects/index.html b/projects/index.html index aad7730..446d8d0 100644 --- a/projects/index.html +++ b/projects/index.html @@ -58,6 +58,7 @@

Bot that allows you to search League of Legends summoner profiles and ping minecraft and source game servers. Will be open sourced soon.

+ \ No newline at end of file diff --git a/style/main.css b/style/main.css index f3387c1..b839126 100644 --- a/style/main.css +++ b/style/main.css @@ -52,6 +52,12 @@ legend { font-size: 120%; text-align: center; } + +.footer { + font-size: 0.7em; + color: rgba(128, 128, 128, 0.705); + cursor: default; +} .window a { color: rgb(190, 190, 190); } @@ -81,6 +87,7 @@ h1 { -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; } + @media only screen and (max-width: 1000px) { .wrapper { diff --git a/style/projects.css b/style/projects.css index 5db02a5..064cb2a 100644 --- a/style/projects.css +++ b/style/projects.css @@ -6,7 +6,7 @@ margin: 1em; padding: 0.7em; padding-top: 0.4em; - background: rgba(0, 0, 0, 0.5); + background: rgba(0, 0, 0, 0.75); text-align: center; } @@ -33,6 +33,10 @@ h5 { color: #fff; } +.project-window ul { + list-style-type:none; +} + @media only screen and (max-width: 1000px) { .wrapper {