Skip to content
Snippets Groups Projects
Commit 942a5e83 authored by Nico Graebling's avatar Nico Graebling
Browse files

[Team] Fix margins and sizes to scale team images uniformly

parent 868a8cee
No related branches found
No related tags found
No related merge requests found
<div style=" <div style="
width: 50%; width: 15%;
margin-left: 15px; margin-left: 2%;
margin-right: 15px; margin-right: 2%;
padding: 0px; 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> <center>
<div style="margin-top: 0px;">
<a href={{.Get "anchor-link"}}> <a href={{.Get "anchor-link"}}>
<img style="" src="{{ .Get "image" }}" alt="{{ .Get "name" }}" /> <img style="" src="{{ .Get "image" }}" alt="{{ .Get "name" }}" />
</a> </a>
</div>
<h3 style="margin:0; padding:0;"> {{ .Get "name"}} </h3> <div>
<p style="margin:0; padding:0;"> {{ .Get "name"}} </p>
</div>
</center> </center>
......
<br> <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 }} {{ .Inner }}
</div> </div>
<br>
<br> <br>
<br> <br>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment