1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-06-16 17:43:13 +02:00
krtmn/user/css/public.css

54 lines
682 B
CSS
Raw Normal View History

2016-04-26 23:48:39 +02:00
#public {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100vh;
}
2016-04-29 23:53:42 +02:00
#public h1 {
font-size: 3rem;
font-weight: 400;
margin-top: 1rem;
}
#public main {
margin-bottom: 3rem;
}
#public main p {
font-size: 1.2rem;
}
#public .label,
#public .title {
display: block;
}
#public .title {
color: #6b7f88;
}
#public .label {
margin-bottom: 1rem;
font-weight: 500
}
2016-04-26 23:48:39 +02:00
.content {
max-width: 35em;
}
2016-04-29 23:53:42 +02:00
.logo {
fill:none;
stroke: #6b7f88;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
#public footer p {
color: #80939b;
}