idk whats in this commit but something changed

This commit is contained in:
Christian
2021-01-05 10:51:31 -05:00
parent 94e4269b16
commit 6a0494ccd4
2 changed files with 11 additions and 6 deletions

View File

@@ -50,5 +50,10 @@
<p>cesium2349</p> <p>cesium2349</p>
<a title="Twitter" href="https://twitter.com/cesium2349"></a> <a title="Twitter" href="https://twitter.com/cesium2349"></a>
</div> </div>
<div class=contact style="background-color: #3b617c;">
<h3>piss</h3>
<p>and shit</p>
<a title="Twitter" href="https://twitter.com/cesium2349"></a>
</div>
</body> </body>
</html> </html>

View File

@@ -49,11 +49,11 @@ div.contact:hover {
} }
@media screen and (max-width:500px) { @media screen and (max-width:500px) {
.contact { .contact {
width: 100%; width: 100%;
}
:root {
width: 80%;
}
} }
:root {
width: 95%;
}
}