27 lines
254 B
CSS
27 lines
254 B
CSS
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
max-width: 760px;
|
|
margin: auto;
|
|
}
|
|
|
|
h1 {
|
|
padding-bottom: 3rem;
|
|
padding-top: 3rem;
|
|
}
|
|
|
|
#content-body {
|
|
width: 100%;
|
|
}
|
|
|
|
#login-button {
|
|
float: right;
|
|
}
|
|
|
|
#site-title {
|
|
margin-bottom: 20px;
|
|
}
|