diff --git a/visgroup/themes/ananke-adapted/layouts/shortcodes/one-team-member-small.html b/visgroup/themes/ananke-adapted/layouts/shortcodes/one-team-member-small.html index 5b3ec5ef880b8ee5061b22f554aee24faa0f8c1f..8cf8086a5dac3d4cf42149e83b7ea7ef7a1bdd5a 100644 --- a/visgroup/themes/ananke-adapted/layouts/shortcodes/one-team-member-small.html +++ b/visgroup/themes/ananke-adapted/layouts/shortcodes/one-team-member-small.html @@ -1,20 +1,24 @@ <div style=" - width: 50%; - margin-left: 15px; - margin-right: 15px; + width: 15%; + margin-left: 2%; + margin-right: 2%; padding: 0px; - display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px; + display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 0.7rem; "> <center> + <div style="margin-top: 0px;"> <a href={{.Get "anchor-link"}}> <img style="" src="{{ .Get "image" }}" alt="{{ .Get "name" }}" /> </a> + </div> - <h3 style="margin:0; padding:0;"> {{ .Get "name"}} </h3> + <div> + <p style="margin:0; padding:0;"> {{ .Get "name"}} </p> + </div> </center> diff --git a/visgroup/themes/ananke-adapted/layouts/shortcodes/team-gallery.html b/visgroup/themes/ananke-adapted/layouts/shortcodes/team-gallery.html index e1bcf0d09739bb2f6c4a9126ac175eeaae9c5cb5..c60853d19b45be970f5c0229c2d47a24b44745e3 100644 --- a/visgroup/themes/ananke-adapted/layouts/shortcodes/team-gallery.html +++ b/visgroup/themes/ananke-adapted/layouts/shortcodes/team-gallery.html @@ -1,11 +1,12 @@ <br> -<div style="height:100px; padding:30px; margin-top: 30px; margin-bottom: 30px; display:flex; flex-direction: row; justify-content: center; align-items: center;"> +<div style="height:100px; padding:0rem; margin-top: 0px; margin-bottom: 30px; display:flex; flex-direction: row; justify-content: center; align-items: flex-start;"> {{ .Inner }} </div> +<br> <br> <br> \ No newline at end of file