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