Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Masaya Tojo
www.tojo.tokyo
Commits
ac9839da
Commit
ac9839da
authored
Feb 20, 2020
by
Masaya Tojo
Browse files
h2 の下に下線を引く
parent
27cd8668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
static/css/blog.css
static/css/blog.css
+10
-0
No files found.
static/css/blog.css
View file @
ac9839da
...
...
@@ -138,6 +138,16 @@ h1 {
h2
{
font-size
:
1.5rem
;
display
:
flex
;
flex-direction
:
column
;
}
h2
:after
{
width
:
100%
;
height
:
1px
;
content
:
""
;
background
:
#666666
;
margin-top
:
0.5rem
;
}
h3
{
...
...
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