'adbanner,content'

This commit is contained in:
ken 2023-07-25 21:58:58 +08:00
parent b71816597a
commit 18f883a87f
2 changed files with 3 additions and 3 deletions

View File

@ -629,7 +629,7 @@ body{
}
.navbar-brand:nth-child(2){
@media(min-width:1900px){
width: 330px!important;
width: 300px!important;
margin-top: -14px;
}
@media screen and (min-width:1025px) and (max-width:1899px){

View File

@ -266,7 +266,7 @@ a#content{
}
@media(min-width:1900px) {
width: 330px;
width: 300px;
}
@media screen and (min-width:1025px) and (max-width:1899px) {
@ -278,7 +278,7 @@ a#content{
}
@media screen and (max-width:$screen-xs) {
width: 150px;
width: 200px;
}
}
}