forked from Adleraci/adlerka.top
Update
This commit is contained in:
parent
fc245cc4c2
commit
df60a77605
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1006 KiB |
@ -63,6 +63,8 @@ body > footer {
|
||||
body > main#page_container {
|
||||
grid-area: main;
|
||||
height: 100%;
|
||||
padding-left: 2%;
|
||||
padding-right: 2%;
|
||||
}
|
||||
|
||||
body > main#page_container > main {
|
||||
@ -327,6 +329,11 @@ div#articleslist > article > div.articleinfo > *{
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.sliderm {
|
||||
width: max-content;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
/*noinspection CssUnusedSymbol*/
|
||||
div#articleslist > article > div.articleinfo{
|
||||
display: flex;
|
||||
@ -378,6 +385,8 @@ div.teamPerson, div.sponsor {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
div.teamDiv, div.sponsors {
|
||||
|
@ -18,11 +18,6 @@
|
||||
<p class="teamPersonName">Tibor</p>
|
||||
<p class="teamPersonRole">3D Design, Parachute design</p>
|
||||
</div>
|
||||
<div class="teamPerson">
|
||||
<img alt="Michal" class="teamPersonImage" height="1000" src="/assets/images/people/michal.png" width="1000">
|
||||
<p class="teamPersonName">Michal</p>
|
||||
<p class="teamPersonRole">Programmer, Team Leader</p>
|
||||
</div>
|
||||
<div class="teamPerson">
|
||||
<img alt="Samuel" class="teamPersonImage" height="1000" src="/assets/images/people/samuel.png" width="1000">
|
||||
<p class="teamPersonName">Samuel</p>
|
||||
@ -33,11 +28,6 @@
|
||||
<p class="teamPersonName">Adam</p>
|
||||
<p class="teamPersonRole">Radio technics</p>
|
||||
</div>
|
||||
<div class="teamPerson">
|
||||
<img alt="Tomáš" class="teamPersonImage" height="1000" src="/assets/images/people/tomas.png" width="1000">
|
||||
<p class="teamPersonName">Tomáš</p>
|
||||
<p class="teamPersonRole">Sponzoring</p>
|
||||
</div>
|
||||
<div class="teamPerson">
|
||||
<img alt="Sebastián" class="teamPersonImage" height="1000" src="/assets/images/people/sebastian.png" width="1000">
|
||||
<p class="teamPersonName">Sebastián</p>
|
||||
|
Loading…
Reference in New Issue
Block a user