🔀 merge pull request 'v1.0.2' (#12) from dev into main

Reviewed-on: #12
This commit is contained in:
DrMaxNix 2024-06-09 21:33:35 +02:00
commit 31fc49e568
3 changed files with 7 additions and 3 deletions

View File

@ -6,5 +6,5 @@ A simple hub for relevant THI student links
### Use as Embed ### Use as Embed
The quicklink buttons can be embedded into external tools like this: The quicklink buttons can be embedded into external tools like this:
```html ```html
<iframe style="width: 100%; min-height: 300px;" src="http://thi-hub.de/en/embed" scrolling="no"></iframe> <iframe style="width: 100%; min-height: 190px;" src="https://thi-hub.de/en/embed" scrolling="no" frameBorder="0"></iframe>
``` ```

View File

@ -1,6 +1,6 @@
<?php <?php
// VERSION // // VERSION //
static::$version = "1.0.1"; static::$version = "1.0.2";
// DEPENDENCIES // // DEPENDENCIES //

View File

@ -160,7 +160,8 @@ button:focus {
text-align: center; text-align: center;
} }
.page-container.sparse .page { .page-container.sparse .page {
padding: 2rem; max-width: 100vw;
padding: 0rem;
} }
@media only screen and (max-width: 1600px) { @media only screen and (max-width: 1600px) {
.page { .page {
@ -249,6 +250,9 @@ button:focus {
padding: 1rem 2rem; padding: 1rem 2rem;
} }
.page-container.sparse .section > .content {
padding: 1rem;
}
.section > .content.rows { .section > .content.rows {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;