html { position: relative; min-height: 100%; } body { margin-top: 106px; font-family: Roboto; background-color: #404142; margin-bottom: 100px; } .main { margin-top: 20px; margin-bottom: 40px; } .list-display { width: 85%; display: block; margin-top: 40px; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 50px; padding-left: 60px; padding-right: 60px; background-color: white; } .project { margin-top: 50px; } .jumbotron { margin-bottom: 0; margin-top: 40px; } .project-image { position: absolute; right: -30px; top: -30px; width: 80px; height: auto; align-self: left; } .project-status { position: absolute; right: 20px; bottom: 15px; } .social-button { width: 200px; margin: 10px; line-height: 40px; } .social-image { width: 40px; height: 40px; float: left; } #social-list { margin-bottom: 20px; } #social-list { text-align: center; } .anchor { display: block; position: relative; top: -46px; visibility: hidden; } .blog-anchor { display: inline-block; position: relative; top: -86px; visibility: hidden; } .blog-button:link, .blog-button:visited { color: rgb(73, 73, 73); text-decoration: none; } .blog-button:hover, .blog-button:active { color: black; text-decoration: none; } .blog-entry { margin-top: 20px; } .blog-discuss { margin-top: 15px; } .blog-summary { width: 85%; } .footer { position: absolute; left: 0; right: 0; bottom: 0; background-color: #f5f5f5; padding-left: 15px; padding-right: 15px; overflow: auto; height: 60px; line-height: 60px; } .quote { float: right; } #quote-text { margin-right: 10px; } #blobheart { width: 30px; height: 30px; } .card-link { margin-left: 0px !important; margin-right: 10px; } .alert { margin-top: 1rem; } #discord-widget { display: block; margin: auto; } .blog-isolated { position: relative; } .blog-isolated-status { bottom: 0 !important; right: 0 !important; } .reading-mode { position: absolute; right: 20px; top: 15px; } blockquote { margin-left: 2em; margin-right: 2em; font-style: italic; } @media (min-width: 1200px) { .navbar { width: 1200px; margin-left: auto; margin-right: auto; } .footer { width: 1200px; margin-left: auto; margin-right: auto; } } @media (max-width: 768px) { .container { max-width: none; } .list-display { width: auto; padding-left: 20px; padding-right: 20px; } .reading-mode { position: relative; right: auto; top: auto; } } @media (max-width: 510px) { .social-button { width: auto; overflow: hidden; text-indent: -99999px; margin: 5px; } .project-image { right: -18px; top: -18px; width: 50px; } .project-status { position: absolute; right: 10px; bottom: 5px; } }