update
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
<style>
|
||||
body{
|
||||
background-color: rgb(248, 252, 255);
|
||||
margin: 0px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
a{
|
||||
@@ -24,7 +26,23 @@
|
||||
}
|
||||
|
||||
.page{
|
||||
wi
|
||||
width: min(700px,calc(100% - 40px));
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.topbar{
|
||||
padding: 15px;
|
||||
background-color: white;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
font-weight: 700;
|
||||
font-size: 17px;
|
||||
width: min(700px,calc(100% - 40px));
|
||||
}
|
||||
|
||||
.content{
|
||||
height: 1100px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user