Skip to content

Instantly share code, notes, and snippets.

@lexich
Created October 17, 2018 13:17
Show Gist options
  • Save lexich/903fda50da54e6ad486a5d31f46bd057 to your computer and use it in GitHub Desktop.
Save lexich/903fda50da54e6ad486a5d31f46bd057 to your computer and use it in GitHub Desktop.
.main {
display: inline-block;
text-align: center;
font-size: 16px;
}
.row {
margin: 0;
}
.calendar {
font-size: 1.75em;
}
.icon {
composes: row;
}
.number {
color: #b35732;
font-size: 0.81em;
position: relative;
background: white;
display: block;
width: 1.5em;
height: 1.0em;
margin: -1.4em auto 0.3em;
}
.month {
composes: row;
text-transform: uppercase;
font-size: 0.56em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment