Fix css issue with new science lit refs.

This commit is contained in:
danfunk 2023-10-11 15:02:08 -04:00
parent 08dedd6978
commit 01a31d67e6
3 changed files with 7 additions and 9 deletions

View File

@ -6965,7 +6965,7 @@ Testimonials Styles
border-radius: 8px;
position: relative;
padding: 30px 50px 65px 50px;
font-size: 1.8rem;
font-size: 1.2rem;
font-weight: 500;
margin: 0 0 -40px;
line-height: 1.6em; }
@ -6993,12 +6993,10 @@ Testimonials Styles
text-align: left;
color: #fff;
padding: 0 0px;
position: relative;
z-index: 0; }
.reference .citation h5, .reference .citation span {
left: 50px;
right: 50px;
position: absolute;
opacity: 1;
padding: 3px 5px; }
.reference .citation h5 {

View File

@ -22,7 +22,7 @@ $(document).ready(function(){
loop:true,
margin:10,
autoplay:true,
autoplayTimeout:4000,
autoplayTimeout:6000,
autoplayHoverPause:true
});
});

View File

@ -22,7 +22,7 @@ Testimonials Styles
border-radius: 8px;
position: relative;
padding: 30px 50px 65px 50px;
font-size: 1.8rem;
font-size: 1.2rem;
font-weight: 500;
margin: 0 0 -40px;
line-height: 1.6em;
@ -31,8 +31,8 @@ Testimonials Styles
font-weight: 700;
color: $blue-grey;
}
}
blockquote:before, blockquote:after {
font-family: 'FontAwesome';
content: "\f10d";
@ -57,12 +57,10 @@ Testimonials Styles
text-align: left;
color: $white;
padding: 0 0px;
position: relative;
z-index: 0;
h5, span {
left: 50px;
right: 50px;
position: absolute;
opacity: 1;
padding: 3px 5px;
}
@ -107,3 +105,5 @@ Testimonials Styles
}
}
}