[Solved] Top Banner border width sizing?


body {
  margin: 0;
}


#top-menu-conainer2{
  background: #000000;
}

.top-menu-item2{
  padding: 0 !important;
}

#top-menu-item2 li a{
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

#top-menu-item2 li a:hover{
  text-decoration: underline;
}

#top-menu-item2 li a.bolder_link{
  font-weight: 700;
}

.top-menu-item2 {
  float: left;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 30px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-right: 8px;
}

.top-menu-item2 li a:hover{
  text-decoration: underline;
  color: #F8F9FA;
}

#header-details{
  margin: 0 auto;
  background-color: #000000;
  width: 100%;
  max-width: 5000px;
  height: 20px;
  border-left: 600rem;
  border-right: 600rem;
}
@media screen and (max-width:850px){
  .top-menu-container2{
     display:none !important;} 
   }
@media screen and (max-width:850px){
  .top-menu2{
    display:none !important;
  } 
}

@media screen and (max-width:2000px) and (min-width:850px){
  .mobile-menu2 {
     display: none !important;
   }
}

Improvements on naming and using classes instead of id’s

0

solved Top Banner border width sizing?