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

feat: added no-wrap helper class

parent 7527ba03
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,8 @@ h1.no-caps {
.no-underline {
text-decoration: none;
}
.nowrap {
white-space: nowrap;
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.9.25"
spec.version = "0.9.26"
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