better mobile support
This commit is contained in:
parent
64f5848c63
commit
9acefaeef9
1 changed files with 12 additions and 1 deletions
13
index.html
13
index.html
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue