mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-25 04:44:55 +00:00
H
This commit is contained in:
parent
3f17d43d58
commit
7867a3cd27
5 changed files with 5 additions and 3 deletions
|
@ -28,12 +28,12 @@
|
||||||
When page is too thin, the picture and text stacks
|
When page is too thin, the picture and text stacks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media (min-width:800px) {
|
@media (min-width:621px) {
|
||||||
#team div {
|
#team div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
#team div img {
|
#team div img {
|
||||||
min-width: 20em;
|
min-width: 17em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB |
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<!-- Teams -->
|
<!-- Teams -->
|
||||||
<section id="team">
|
<section id="team">
|
||||||
<h2>The Team</h2>
|
<h2>The Teams</h2>
|
||||||
<?php
|
<?php
|
||||||
include"ui/teams.html";
|
include"ui/teams.html";
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
<!--
|
||||||
<div>
|
<div>
|
||||||
<img src="images/filler2.png" alt="" loading="lazy">
|
<img src="images/filler2.png" alt="" loading="lazy">
|
||||||
<span></span>
|
<span></span>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div>
|
<div>
|
||||||
<p>Again is an innovative game made towards gamers from all ends. Speedrunners and achievers, to casual gamers admiring works and the environment. With: high quality, custom made, assets; fast, fun gameplay and many ways to finish. You are surely going to have a fun time playing! Made by Leon, Bartek, Michal and Nathan.</p>
|
<p>Again is an innovative game made towards gamers from all ends. Speedrunners and achievers, to casual gamers admiring works and the environment. With: high quality, custom made, assets; fast, fun gameplay and many ways to finish. You are surely going to have a fun time playing! Made by Leon, Bartek, Michal and Nathan.</p>
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue