Skip to content

Commit

Permalink
Add word wrap for long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
nkk0 committed Jun 12, 2018
1 parent 9ffa2b0 commit 02b494c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion niteo_interview_theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.container.body {
border-top: 1px solid #eee;
padding-top: 0px;
word-wrap: break-word;
}

body {
Expand Down Expand Up @@ -180,7 +181,11 @@ ul.menu {
}

.sticky {
background: #fff; border: 1px solid black; padding: 5px;
background: #fff; border: 1px solid black; padding: 1px;
}

h2.sticky {
display:inline;
}

/*
Expand Down

0 comments on commit 02b494c

Please sign in to comment.