Skip to content
Snippets Groups Projects
Commit 510935be authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

fix navigation bar

parent b0334d9a
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,10 @@ body{
}
}
@media screen and (max-width:1130px){
.my-navbar {
width: 830px;
/* display: none; */
}
.my-navbar>li{
width: 78px;
}
......@@ -224,7 +228,7 @@ body{
}
.my-nav{
height: 55px;
justify-content: center;
justify-content: start;
}
.son{
margin-top: 20px;
......
......@@ -616,8 +616,8 @@ body{
}
@media screen and (max-width:1100px){
.roster-head {
width: 100px;
height: 100px;
width: 50px;
height: 50px;
}
.roster-name{
font-size: 16px;
......@@ -625,9 +625,9 @@ body{
.roster-infos>p{
font-size: 12px;
}
.roster-pagecontent-per{
.roster-pagecontent-per {
width: 200px;
height: 350px;
height: 200px;
padding: 3px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment