better mobile support

This commit is contained in:
phixxy 2024-02-05 23:07:27 -08:00
parent 64f5848c63
commit 9acefaeef9

View file

@ -6,6 +6,17 @@
<meta name="description" content="I am a hobbyist python programmer and web developer.">
<title>phixxy.com</title>
<style type="text/css">
@media (max-width: 600px) {
.intro ul {
padding: 0;
}
.intro li {
display: block;
margin-bottom: 10px;
}
}
body{
background-color: #161616;
color: #fff;
@ -45,7 +56,7 @@
.intro{
max-width: 800px;
margin: 0 auto;
margin: auto;
text-align: center;
font-size: 20px;
line-height: 30px;