From 99765dc4f6e2d1a9547b9762c5213430792e728f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 19:42:54 +0600 Subject: [PATCH] align sidebar with posts column --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 049918d..4d0dc6a 100644 --- a/css/style.css +++ b/css/style.css @@ -114,7 +114,7 @@ textarea { } aside { - margin-top: 5px; + margin-top: 2rem; width: 280px; float: left; } @@ -231,6 +231,10 @@ aside { text-align: center; } +.profileheader { + border-radius: 3px; +} + .side_element li { font-family: fontello, sans-serif; height:30px; @@ -240,6 +244,8 @@ aside { list-style-type: none; } + + /* posts area elements */ .uploadedImage {