1
0
Fork 0

Fixed image overlap

This commit is contained in:
Marcus Noble 2021-09-05 20:39:08 +01:00
parent e392e7ba8b
commit a3274f8df1
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,7 @@
top: 100px;
left: 50px;
height: 300px;
width: 800px;
width: 780px;
font-size: 80px;
font-weight: 900;
line-height: 75px;
@ -64,12 +64,14 @@
left: 50px;
font-size: 40px;
font-weight: 900;
width: 780px;
}
#profilePic {
position: fixed;
top: 50px;
right: 50px;
border-radius: 50px;
width: 300px;
}
.tags {