Update HTML blog pages

This commit is contained in:
Matthew Grove
2018-12-08 17:38:35 +00:00
parent fdaee9edfa
commit ec306856ee
7 changed files with 74 additions and 2 deletions

View File

@@ -6,6 +6,12 @@
margin-bottom: 15px;
background: rgba(10,10,10,0.2);
}
.presentation-image {
width: 70%;
box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5);
margin: 10px;
border-radius: 6px;
}
/* place carousel indicators between the two buttons (next & previous) */
.presentation-flexbox {
@@ -55,6 +61,9 @@ p {
position: initial;
width: auto;
}
.carousel h1, .carousel h2, .carousel h3, .carousel .h1, .carousel .h2, .carousel .h3 {
margin-top: 0;
}
/* add side margins depending on screen size */
#main-content {