public-health-ch/publichealth/static/css/main.scss

44 lines
676 B
SCSS
Raw Normal View History

2016-12-10 13:42:54 +00:00
/* Page header */
#logo {
background: url(../org/public-health-bg.png) no-repeat top left;
background-size: cover;
border: 1px solid white;
font-size: 0px;
display: block;
width: 450px;
height: 140px;
}
#nav {
margin-top: -50px;
}
#header {
margin-bottom: 0px;
}
/* Responsive image/video classes */
.rich-text img {
max-width: 100%;
height: auto;
}
.richtext-image.left{
float:left;
}
.richtext-image.right{
float:right;
}
.responsive-object {
position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}