14 lines
159 B
CSS
14 lines
159 B
CSS
#content-body {
|
|
width: 50vw;
|
|
max-width: 800px;
|
|
margin: 40px auto;
|
|
}
|
|
|
|
#login-button {
|
|
float: right;
|
|
}
|
|
|
|
#site-title {
|
|
margin-bottom: 20px;
|
|
}
|