fix phone responsiveness

This commit is contained in:
2021-10-19 20:08:40 +01:00
parent bf74367689
commit 86ced7369c
14 changed files with 66 additions and 1359 deletions

View File

@ -51,10 +51,14 @@ header a:hover::after {
text-align: center;
}
.alcohol-and-the-brain .chart {
min-width: 0;
}
.alcohol-abuse-chart-box {
display: flex;
width: 100%;
height: 100%;
position: relative;
justify-content: center;
flex-direction: column;
}
@ -68,7 +72,7 @@ header a:hover::after {
}
svg {
height: 800px;
max-width: 100%;
}
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {