argos/dmp-frontend/src/app/ui/faq/faq-content/faq-content.component.scss

17 lines
156 B
SCSS
Raw Normal View History

2019-11-08 17:47:19 +01:00
h1 {
text-align: center;
}
img {
height: 150px;
width: 100%;
}
.iframe {
width: 100%;
height: 65vh;
margin: 0px;
border: none;
max-width: 100%;
2019-11-08 17:47:19 +01:00
}