mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-22 11:52:21 +01:00
23 lines
403 B
CSS
23 lines
403 B
CSS
body {
|
|
background: #fafafa;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
color: #333;
|
|
}
|
|
|
|
.hero-unit {
|
|
margin: 50px auto 0 auto;
|
|
width: 300px;
|
|
font-size: 18px;
|
|
font-weight: 200;
|
|
line-height: 30px;
|
|
background-color: #eee;
|
|
border-radius: 6px;
|
|
padding: 60px;
|
|
}
|
|
|
|
.hero-unit h1 {
|
|
font-size: 60px;
|
|
line-height: 1;
|
|
letter-spacing: -1px;
|
|
}
|