Ensure CSS applies to correct items

This commit is contained in:
Matthew Grove
2018-12-10 07:42:14 +00:00
parent 51087fd4d2
commit e856630cc8
2 changed files with 6 additions and 6 deletions

View File

@@ -6,12 +6,6 @@
margin-bottom: 15px; margin-bottom: 15px;
background: rgba(10,10,10,0.2); 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) */ /* place carousel indicators between the two buttons (next & previous) */
.presentation-flexbox { .presentation-flexbox {

View File

@@ -10,3 +10,9 @@ p {
h1, h2, h3, .h1, .h2, .h3 { h1, h2, h3, .h1, .h2, .h3 {
margin-top: 0; margin-top: 0;
} }
img {
width: 70%;
box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5);
margin: 10px;
border-radius: 6px;
}