Fixed image overlap
This commit is contained in:
parent
e392e7ba8b
commit
a3274f8df1
4
svg.tmpl
4
svg.tmpl
@ -45,7 +45,7 @@
|
|||||||
top: 100px;
|
top: 100px;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 800px;
|
width: 780px;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
line-height: 75px;
|
line-height: 75px;
|
||||||
@ -64,12 +64,14 @@
|
|||||||
left: 50px;
|
left: 50px;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
width: 780px;
|
||||||
}
|
}
|
||||||
#profilePic {
|
#profilePic {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
right: 50px;
|
right: 50px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
|
Loading…
Reference in New Issue
Block a user