updated mobile spacing

This commit is contained in:
arzynik 2012-07-17 00:53:01 -07:00
parent 7c20b43506
commit ee1d422c87
2 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="/assets/css/landing.css">
<link rel="shortcut icon" href="/favicon.ico">
<script type="application/x-javascript">addEventListener("touchstart",function(){}); addEventListener('load', function(event) {setTimeout(scrollTo, 80, 0, 1);}, false);</script>
</head>
<body>

View File

@ -145,21 +145,22 @@ and (max-width : 1024px) {
and (max-width : 500px) {
.logo {
width: 250px;
margin-top: 30px;
margin-top: 15px;
}
.tagline {
width: 230px;
margin-top: 15px;
margin-top: 10px;
}
.cake {
margin-top: 40px;
margin-top: 35px;
width: 100px;
}
.desc {
margin-top: 20px;
margin-top: 16px;
}
p {
font-size: 14px;
line-height: 20px;
padding: 4px;
}
}