.nav-form-post {
width: 100%;
display: flex;
align-items: center;
gap: 10px; /* Space between the two sections */
}
.nav-form-post-left {
flex: 4; /* Takes approximately 80% */
}
.nav-form-post-right {
flex: 1; /* Takes approximately 20% */
display: flex;
justify-content: flex-end;
}
Comments (1)
Leave a Comment