align sidebar with posts column

This commit is contained in:
Aadil Ayub 2022-01-12 19:42:54 +06:00
parent 980d3dff30
commit 99765dc4f6
1 changed files with 7 additions and 1 deletions

View File

@ -114,7 +114,7 @@ textarea {
} }
aside { aside {
margin-top: 5px; margin-top: 2rem;
width: 280px; width: 280px;
float: left; float: left;
} }
@ -231,6 +231,10 @@ aside {
text-align: center; text-align: center;
} }
.profileheader {
border-radius: 3px;
}
.side_element li { .side_element li {
font-family: fontello, sans-serif; font-family: fontello, sans-serif;
height:30px; height:30px;
@ -240,6 +244,8 @@ aside {
list-style-type: none; list-style-type: none;
} }
/* posts area elements */ /* posts area elements */
.uploadedImage { .uploadedImage {