argos/dmp-frontend/src/app/ui/glossary/glossary-content/glossary-content.component....

17 lines
176 B
SCSS

h1 {
text-align: center;
margin: 2rem 0 1rem 0;
}
img {
height: 150px;
width: 100%;
}
.iframe {
width: 100%;
height: calc(100vh - 80px);
margin: 0px;
border: none;
}