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
abc79757
Commit
abc79757
authored
Aug 12, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected the alignment of menu
parent
29902bdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
_sass/elixir/_header.scss
_sass/elixir/_header.scss
+5
-2
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_sass/elixir/_header.scss
View file @
abc79757
...
...
@@ -5,10 +5,13 @@
margin-bottom
:
37px
;
#site-header-wrapper
{
@media
only
screen
and
(
max-width
:
$HEADER_RESPONSIVENESS_THRESHOLD
)
{
ul
{
ul
{
@media
only
screen
and
(
max-width
:
$HEADER_RESPONSIVENESS_THRESHOLD
)
{
padding-inline-start
:
5px
;
}
@media
only
screen
and
(
min-width
:
$HEADER_RESPONSIVENESS_THRESHOLD
)
{
padding-inline-start
:
250px
;
}
}
.elixir-image
{
...
...
elixir-theme.gemspec
View file @
abc79757
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.7.
4
"
spec
.
version
=
"0.7.
5
"
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