65 lines
762 B
SCSS
65 lines
762 B
SCSS
.press_release_large{
|
|
|
|
max-width:900px;
|
|
margin:auto;
|
|
|
|
|
|
}
|
|
|
|
.press_with_image{
|
|
.image{
|
|
|
|
float:left;
|
|
margin-right:10px;
|
|
width:320px;
|
|
|
|
}
|
|
|
|
h2, .desc, .more{
|
|
margin-left:330px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
#intro_press{
|
|
background:url('/orange.jpg') no-repeat center center;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
padding:30px 20px ;
|
|
color:white;
|
|
text-align:center;
|
|
a{color:white;}
|
|
h2{
|
|
margin-top:0;
|
|
margin-bottom:10px;
|
|
|
|
|
|
}
|
|
p{
|
|
max-width:700px;
|
|
margin:auto;
|
|
}
|
|
|
|
.socials{
|
|
margin-top:20px;
|
|
}
|
|
|
|
a{
|
|
display:inline-block;
|
|
|
|
display:inline-block;
|
|
padding:7px 10px;
|
|
margin:3px 5px;
|
|
|
|
&.active{
|
|
color:$orange;
|
|
background:white;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|