This commit is contained in:
@@ -28,6 +28,8 @@ h2{
|
||||
background-color: #FA8080;
|
||||
border-radius: 5vw;
|
||||
|
||||
overflow-y: hidden;
|
||||
|
||||
}
|
||||
|
||||
#content > * {
|
||||
@@ -36,11 +38,17 @@ h2{
|
||||
|
||||
}
|
||||
|
||||
#scroller{
|
||||
|
||||
height: 80vh;
|
||||
overflow-y: scroll;
|
||||
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
margin: 0px;
|
||||
padding: 5vw;
|
||||
overflow-y: scroll;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
<body>
|
||||
<div id="foreground">
|
||||
<div id="scroller">
|
||||
<div id="content">
|
||||
<img id="pfp" src="/static/pfp.png">
|
||||
<h1 id="title">@craisin</h1><br>
|
||||
@@ -48,6 +49,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user