fieldtrip / website

This contains the content hosted on the FieldTrip website
http://www.fieldtriptoolbox.org
Other
39 stars 104 forks source link

[UI change]: Search Bar UI #743

Open TartejBrothers opened 8 months ago

TartejBrothers commented 8 months ago

Issue

robertoostenveld commented 8 months ago

Hi Taranjeet, We are not web builders/designers. Could you come with some concrete suggestions to the CSS and HTML code to improve the layout?

TartejBrothers commented 8 months ago
image

Mobile View

.collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
} 

and

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0 auto;
    list-style: none;
}

in main.css