Move styles on element to class

This commit is contained in:
Alasdair Smith 2018-09-13 11:28:48 +01:00
parent 630f15e8ea
commit ed7c5f32b0

View file

@ -34,6 +34,15 @@
-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
height: 465px;
margin: 5% 0;
padding:0px;
display: flex;
justify-content: center;
align-items: center;
h3 {
color:@link-color;
margin: 10px 0px 10px 20px;
}
&.thumbnail-tag {
height: 100px;
@ -45,18 +54,6 @@
}
}
a {
padding:0px;
h3 {
color:@link-color;
margin: 10px 0px 10px 20px;
}
display: flex;
justify-content: center;
align-items: center;
}
.caption {
// Override ShareLatex template styles
background: none;