
İşaretlediğim kısımın sağ kısmı büyüyor. Ama sadece sağa sabitlendiğinde böyle oluyor. Yani iki buton içinde aynı classı kullanıyorum fakat sağa sabitlenmiş olan her zaman böyle oluyor.
` .profile {
width: 200px;
height: 75px;
background: pink;
position: absolute;
right: 0;
display: flex;
align-items:center;
justify-content: space-between;
margin-right: 3em;
}
.btn_logout {
/* background-color: #041018;*/
width: auto;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: red;
border: none;
padding-left: 1em;
padding-right: 1em;
transition: 0.5s ease;
}
.btn_logout i{
font-size: 24px;
font-weight: 200;
} `