Small layout tweaks

This commit is contained in:
Pieter Vander Vennet 2020-11-28 00:28:21 +01:00
parent b462a6a432
commit 926149cbcb
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ export default class State {
// The singleton of the global state
public static state: State;
public static vNumber = "0.2.3";
public static vNumber = "0.2.3a";
// The user journey states thresholds when a new feature gets unlocked
public static userJourney = {

View file

@ -42,7 +42,7 @@
}
}
@media only screen and (max-height: 600px) {
@media only screen and (max-height: 600px) and (min-width: 600px){
/* landscape mode: the first tagrendering of the infobox gets a special treatment and is placed on the right*/
.featureinfobox-content {
position: relative;