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
a5a90c55
Commit
a5a90c55
authored
Jul 12, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Widths on mobile corrected
parent
01370684
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
_sass/elixir/_layout.scss
_sass/elixir/_layout.scss
+5
-3
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_sass/elixir/_layout.scss
View file @
a5a90c55
...
...
@@ -158,12 +158,15 @@
padding-left
:
$PADDING_PAGE_LEFT
;
width
:
$WIDTH_CONTENT
;
flex-direction
:
row
;
min-width
:
400px
;
}
@media
only
screen
and
(
max-width
:
1000px
)
{
padding-left
:
7px
;
padding-right
:
7px
;
padding-left
:
4%
;
padding-right
:
4%
;
width
:
92%
;
flex-direction
:
column
;
#left-column
{
border-bottom
:
solid
1px
#e6e6e6
;
min-width
:
92%
!
important
;
...
...
@@ -173,7 +176,6 @@
}
}
padding-bottom
:
50px
;
min-width
:
400px
;
min-height
:
400px
;
padding-right
:
10px
;
margin
:
0
;
...
...
elixir-theme.gemspec
View file @
a5a90c55
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.4.
1
"
spec
.
version
=
"0.4.
2
"
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