Skip to content
Snippets Groups Projects
Commit 4036ac90 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Make header and subheaders distinct #23

parent e968ed4f
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -474,6 +474,12 @@ div.post {
}
}
div header h1 {
font-size: xx-large;
font-weight: 100;
text-transform: uppercase;
}
input.search {
width: 330px;
height: 35px;
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.4.8"
spec.version = "0.4.9"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment