Skip to content

Commit

Permalink
mobile navbar updated
Browse files Browse the repository at this point in the history
  • Loading branch information
IndraniSom committed Mar 13, 2024
1 parent 2d0cf24 commit 1cc21b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Indrani from '../public/static/assets/indrani.jpg';

export const EVENTS = {
'techquisitive5':{
img: '/static/assets/techsmalllogo.jpg',
img: '/static/assets/tqLogo_svg.svg',
bannerImgUrl: '/static/assets/techlogo.png',
heading: 'TechQuisitive',
content: '<div style="margin-bottom: 0.2rem;"><b style="font-size: 1.1em;">Coding,Gaming,Quizes</b></div><div style="font-size: 0.9rem;filter: brightness(70%);">Continuing the legacy of previous seasons of Techquisitive SCCSE is back with Techquisitive season five with lots of events coding swags and many more</div>',
Expand Down
6 changes: 6 additions & 0 deletions client/public/static/assets/tqLogo_svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions client/styles/Navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@
padding: 10px;
/*box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;*/
display: flex;
justify-content: space-around;
justify-content: center;
flex-direction: column;
/*background-color: var(--backGround);*/
border-radius: 10px;

align-items: center;
width: 60vw;
height: 40vh;
font-weight: bold;
font-size: 5rem;
font-weight:bold;
font-size: 3rem;
list-style: none;

color: var(--textColor);
Expand Down

0 comments on commit 1cc21b2

Please sign in to comment.