aswinmohanme / kerala-flood-map

Official Map Frontend for helping 2018 Flood Victims

Home Page:http://keralarescue.in/map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Header Responsive

aswinmohanme opened this issue · comments

Currently when in mobile view the buttons in the top header gets squashed together making it unusable

@media (max-width: 481px){
   #root > div > div > div {
    width: 100%;
    display: flex;
} 
}