File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242}
4343
4444.navbar {
45- padding-left : 50 px ;
46- padding-right : 50 px ;
45+ padding-left : 25 px ;
46+ padding-right : 25 px ;
4747}
4848
4949.fa-twitter {
135135 font : normal normal normal 20 px/1.25em BrandonGrotW01-Light, sans-serif;
136136}
137137
138- @media only screen and (max-width : 600 px ) {
138+ @media only screen and (max-width : 767 px ) {
139139 h1 {
140140 font : normal normal normal 40 px/1.25em BrandonGrotW01-Light, sans-serif;
141141 }
Original file line number Diff line number Diff line change 11import React from 'react' ;
22
33function Navbar ( ) {
4- return ( < nav className = "navbar navbar-expand-lg navbar-light bg-light fixed-top" >
4+ return ( < nav className = "navbar navbar-expand-md navbar-light bg-light fixed-top" >
55 < a className = "navbar-brand n" href = "#" >
66 < img className = "navbar-logo" src = { process . env . PUBLIC_URL + "ScalaBridge-small.png" } />
77 </ a >
You can’t perform that action at this time.
0 commit comments