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

Merge branch 'added-nowrap' into 'develop'

feat: added no-wrap helper class

See merge request !45
parents 7527ba03 79917aea
No related branches found
No related tags found
2 merge requests!46Develop,!45feat: added no-wrap helper class
......@@ -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