diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 06fc0e7..873ee84 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -1,6 +1,6 @@ diff --git a/src/app/page/page.component.html b/src/app/page/page.component.html index 3c32285..cd3d23c 100644 --- a/src/app/page/page.component.html +++ b/src/app/page/page.component.html @@ -49,6 +49,13 @@ +
+ + + + + +
diff --git a/src/styles.css b/src/styles.css index 0a4e222..ec60ae9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -78,7 +78,6 @@ article div.article-content img.alignright { float: right;width: 50%;margin: 0 0 article div.article-content div.alignright img {width:100%;} article div.article-content blockquote {font-family:"Indie Flower", serif; margin: 0 0 1rem 10rem; padding:2rem; background-color:#d2e8eb;} -article section.section-publitas div.row { min-height:300px; } section.page-gallery { margin-top:50px;margin-bottom:50px; } @@ -144,9 +143,13 @@ header.item { margin-top:50px;height:0;} img.fullwidth {width:100%;} /* pdf buttons */ -div.pdf-buttons { width:100%;min-height:50px;text-align:center;float:right;position:absolute;top:0; } +article section.section-publitas div.row { min-height:300px;margin-top:40px;padding-bottom:20px; } +div.pdf-buttons { width:100%;min-height:50px;text-align:center;float:right;position:absolute;top:-40px; } +div.pdf-buttons-bottom { top:100% !important;} div.pdf-buttons button {border:0;background:#d2e8eb; font-size:1em;cursor:pointer;} div.pdf-buttons button:hover {background:#f7886c; } +simple-pdf-viewer {margin-top:30px;} +.pdfViewerContainer {overflow:hidden !important;} /** gallery */