wip 7-years-at-uber

This commit is contained in:
Motiejus Jakštys
2023-02-10 09:20:59 +02:00
parent 5618fa9a58
commit 1a5e515070
4 changed files with 121 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@@ -90,8 +90,12 @@ img,figcaption {
display: block;
}
figure.half {
width: 50%;
}
@media (max-width:600px) {
img,figcaption {
img,figcaption, figure.half {
width: 100%;
}
}