summaryrefslogtreecommitdiff
path: root/public/assets/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css.css')
-rw-r--r--public/assets/css.css33
1 files changed, 24 insertions, 9 deletions
diff --git a/public/assets/css.css b/public/assets/css.css
index 013a0ee..d6af91e 100644
--- a/public/assets/css.css
+++ b/public/assets/css.css
@@ -49,7 +49,7 @@ a {
padding: 20px 0;
}
#logos img {
- max-height: 12vh;
+ max-height: 10vh;
margin: 5px;
}
@@ -101,6 +101,9 @@ h2 {
/* GRID OF POSTS */
+#posts {
+ position: relative;
+}
.cell {
display: block;
background-size: cover;
@@ -128,6 +131,7 @@ h2 {
/* SINGLE POST VIEW */
.media {
+ position: relative;
width: 100%;
}
.media iframe {
@@ -148,15 +152,18 @@ h2 {
max-width: 600px;
margin: 0 auto;
}
-.close {
+
+#left {
position: absolute;
- top: 10px;
- right: 10px;
- padding: 5px;
- font-size: 24px;
- background: white;
- border: 2px solid;
- cursor: pointer;
+ top: 0; right: 94vw;
+ max-width: 5vw;
+ height: 30vh;
+}
+#right {
+ position: absolute;
+ top: 0; left: 94vw;
+ max-width: 5vw;
+ height: 30vh;
}
/* TESTIMONIALS */
@@ -199,4 +206,12 @@ h2 {
#testimonials {
margin: 0;
}
+ #left {
+ left: -3vw;
+ right: auto;
+ }
+ #right {
+ left: auto;
+ right: -3vw;
+ }
}