Skip to content
Snippets Groups Projects

Update website for public beta, add Google Play button

Merged akwizgran requested to merge public-beta into master
6 files
+ 28
27
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 13
9
@@ -29,6 +29,10 @@ img {
vertical-align:middle;
}
#playbutton {
width:240px;
}
figure {
text-align:center;
margin:0 0 50px 0;
@@ -383,8 +387,6 @@ figcaption {
display:inline;
}
#phone2 {display:none;}
#flattr {font-size:0.6em;}
#footer_container {
@@ -483,7 +485,7 @@ figcaption {
*line-height:1.3em;
}
@media only screen and (max-width: 48em) {
@media only screen and (max-width:48em) {
#wrapper {margin-bottom:-5em;}
#content {
@@ -509,17 +511,19 @@ figcaption {
margin-top:15px;
}
#phone2 {
#playbutton {
width:200px;
}
#phone {
width:auto;
clear:both;
text-align:center;
display:inline;
margin:20px 20px 20px 0;
margin:10px 10px 10px 0;
float:left;
}
#phone {display:none;}
.intro {width:100%;}
.logo {display:none;}
@@ -544,7 +548,7 @@ figcaption {
-o-background-size:129px 51px;
background-image:url('../img/briar_logo_sm.png');
background-position:1em 10px;
background-repeat: no-repeat;
background-repeat:no-repeat;
}
#header_container {
@@ -618,6 +622,6 @@ figcaption {
#signup {display:none;}
}
@media only screen and (max-width: 28em) {
@media only screen and (max-width:28em) {
#content .intro #introlist {clear:both;}
}
Loading