Skip to content

Commit c09bd9f

Browse files
committed
Update event - Kopie.md
1 parent 6532020 commit c09bd9f

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

_pages/event - Kopie.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,28 @@ author_profile: false
110110
color: #333;
111111
}
112112

113-
.img {
114-
flex: 1;
115-
max-width: 100%;
116-
height: auto;
113+
.image-container {
114+
display: flex;
115+
justify-content: space-between;
116+
align-items: center; /* Optional: centers images vertically if needed */
117117
}
118118

119+
.image-container img {
120+
width: 100px; /* You can adjust the size as needed */
121+
height: auto;
122+
}
123+
124+
119125
</style>
120126

121127
<br>
122128

123129
<h3> <center> <strong> Goethe University - Tel Aviv University Winterschool <br> “Adaptive Cognition in Noisy Environments” <br></strong></center></h3>
124130
<h4> <center> <strong><small class="text-muted"> Goethe University Frankfurt, Dec. 2 - Dec. 5 2024</small> </strong></center></h4>
125-
<div class="container" style="max-width: 100%" >
126-
<img src="/assets/images/winterschool/German_U15.png" alt="GermanU15 Logo" height="50">
127-
<img src="/assets/images/winterschool/giflogo.png" alt="GIF Logo" height="50">
128-
<img src="/assets/images/winterschool/minervacenter.png" alt="minervacenter Logo" height="50">
131+
<div class="image-container">
132+
<img src="/assets/images/winterschool/German_U15.png" alt="GermanU15 Logo" >
133+
<img src="/assets/images/winterschool/giflogo.png" alt="GIF Logo">
134+
<img src="/assets/images/winterschool/minervacenter.png" alt="minervacenter Logo">
129135
</div>
130136
<div class="container">
131137
<div class="row mb-4">

0 commit comments

Comments
 (0)