Lunar phase styled
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.cell {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding: .25em;
|
||||
@@ -19,15 +19,10 @@
|
||||
right: .25em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 1.5em;
|
||||
transition: background-color .15s ease;
|
||||
font-size: 1em;
|
||||
}
|
||||
.cell .lunar-phase {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: .25em;
|
||||
left: 50%;
|
||||
}
|
||||
.cell.today h1 {
|
||||
border-radius: 2em;
|
||||
background: var(--today);
|
||||
|
||||
Reference in New Issue
Block a user