This commit is contained in:
Robin Hägg 2015-09-13 14:50:42 +02:00
parent 323727c79d
commit e962d7782c
3 changed files with 7 additions and 5 deletions

View File

@ -131,7 +131,7 @@
<div class="col">
<h2>Entertainment technology, expertly tailored to your project</h2>
</div>
<div class="col m-12 l-8 s-centered">
<div class="col m-12 l-10 s-centered">
<div class="row">
<div class="col m-6 blue-left">
<h3>Immersion through design</h3>

View File

@ -668,6 +668,8 @@
text-align: center;
h1,a{color:$softwhite;font-weight:600;}
h1{@include std-shadow-text;font-size:2.2em;}
@media all and (max-width:450px){h1{font-size:2em;}}
@media all and (max-width:370px){h1{font-size:1.8em;}}
.slide-picker {
@include std-shadow;
@ -685,9 +687,8 @@
line-height:40px;
border-radius: 9px;
font-weight:600;
@media all and (max-width:450px){
width:80%;
}
@media all and (max-width:450px){font-size:0.8em;}
@media all and (max-width:370px){font-size:0.7em;}
&.active {
background:$hardblue;
color:$softwhite;
@ -782,6 +783,7 @@
margin-bottom:50px;
strong {
color: $htblue;
font-weight: 500;
}
}
.map {

View File

@ -104,7 +104,7 @@ html {
padding:0 0 0 0;
background:$softwhite;
.col{
width:33%;
width:33.33%;
margin:0 0;
display:inline-block;
text-align:center;