diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 9b1014aab0a80a0a211571450399926dbf42df56..1a2bf18d017fcf01b9d14f4954e5ece4662177c8 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -27,6 +27,10 @@ p { list-style-image: url(../images/list.png); } +.content img { + max-width: 100%; +} + header { position: relative; width: 100%; @@ -167,6 +171,16 @@ nav a:hover { margin: auto; } +#projectlogo { + text-align: center; + margin-top: auto; +} + +#projectlogo img{ + max-width: 300px; + width: 16%; +} + #projectname { font-weight: 700; color: #fff;