@media(max-width:1280px){
   nav .left-navbar .search-input{
    display:none;
   }
}
@media(max-width:1024px){
   .right-sidebar{
    display:none;
   }
   .feed{
    margin:0;
    margin-left:30%;
    margin-right:3%;

   }
}
@media(max-width:768px){
   .left-sidebar{
    display:none;
   }
   .feed{
    width:95%;
    margin-left:0;
    margin-right:0;
    margin:auto;

   }
   nav .center-navbar{
    position:fixed;
    background-color:white;
    top:55px;
    left:0;
    width:100%;
   }
   nav .center-navbar a{
    padding:0 20px;
   }.feed{
    padding-top:40px;
   }
   .feed .post-types .post-type i{
    font-size:1rem;
   }
.feed .post-types .post-type{
    gap:4px;
}.feed .status-section .status{
    height:180px;
    min-width:90px;
}
.feed .posts .post .post-image{
    height:350px;
}
}