Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
laurakalbag-dot-com
laurakalbag-dot-com
Commits
194cf6f1
Commit
194cf6f1
authored
Feb 14, 2019
by
Laura Kalbag
⚡
Browse files
Start styling date bubbles
parent
3b7c63d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/static-kalbag/static/css/style.css
View file @
194cf6f1
...
...
@@ -758,6 +758,28 @@ main article .entry-meta {
font-weight
:
bold
;
}
/* date bubble and date pulled into left col */
@media
screen
and
(
min-width
:
37em
)
{
.entry-meta
{
grid-column
:
1
/
2
;
}
}
.entry-meta
time
.number
{
background-color
:
hsl
(
var
(
--brilliant
));
color
:
white
;
display
:
block
;
border-radius
:
50%
;
height
:
1.8em
;
width
:
1.8em
;
line-height
:
1.8em
;
text-align
:
center
;
float
:
left
;
margin-right
:
calc
(
var
(
--layout-unit
)/
2
);
font-size
:
0.8em
;
}
.commentlist
{
margin-top
:
2em
;
padding-left
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment