fix phone responsiveness
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user