Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-elixir-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
jekyll-elixir-theme
Commits
0ba91f5d
Commit
0ba91f5d
authored
Sep 19, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '29-get-rid-of-horizontal-scrolling' into 'develop'
Horizontal scrolling fix
#29
See merge request
!7
parents
6d9c44e5
74240d4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
_sass/elixir/_responsive.scss
_sass/elixir/_responsive.scss
+2
-2
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_sass/elixir/_responsive.scss
View file @
0ba91f5d
...
...
@@ -56,9 +56,9 @@ $HD_RES: 1930px;
display
:
block
;
div
#left-column
{
padding-top
:
0px
;
width
:
calc
(
98%
-
2
0px
);
width
:
calc
(
98%
-
4
0px
);
ul
{
width
:
calc
(
96%
-
2
0px
);
width
:
calc
(
96%
-
4
0px
);
}
}
div
.narrower-article-div
.index-flex
.index-gray-box
{
...
...
elixir-theme.gemspec
View file @
0ba91f5d
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.
2
"
spec
.
version
=
"0.9.
3
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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