Fix layout bug in mobile

Added in [af8c4ec]
This commit is contained in:
Daniele Tonon
2023-07-16 23:49:06 +02:00
parent 9c4ddbcfbb
commit bb24a43eb2
3 changed files with 3 additions and 1 deletions

View File

@@ -264,6 +264,7 @@ iframe {
.container .columnA {
display: flex;
position: relative;
max-width: none;
top: auto;
align-items: center;
margin-top: 0rem;

View File

@@ -302,6 +302,7 @@ iframe {
@media (max-width: 580px) {
display: flex;
position: relative;
max-width: none;
top: auto;
align-items: center;
margin-top: 0rem;

View File

@@ -1,2 +1,2 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/njump/static/styles.css?v=20230715b" />
<link rel="stylesheet" href="/njump/static/styles.css?v=20230716" />