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
4ddb2108
Commit
4ddb2108
authored
Aug 12, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Right column alignement
#27
parent
4f3bf2e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
_sass/elixir/_layout.scss
_sass/elixir/_layout.scss
+1
-0
_sass/elixir/_responsive.scss
_sass/elixir/_responsive.scss
+14
-0
No files found.
_sass/elixir/_layout.scss
View file @
4ddb2108
...
...
@@ -81,6 +81,7 @@
#right-column
{
padding-left
:
20px
;
min-width
:
220px
;
margin-top
:
23px
;
}
#left-column
{
...
...
_sass/elixir/_responsive.scss
View file @
4ddb2108
...
...
@@ -9,6 +9,20 @@ $HD_RES: 1930px;
.index-flex
{
display
:
block
;
}
#right-column
{
padding-left
:
5px
;
.post
{
width
:
calc
(
100%
-
20px
);
border-right
:
solid
1px
#eee
;
border-top
:
solid
1px
#eee
;
border-radius
:
20px
20px
0px
0px
;
padding-top
:
10px
;
}
h3
{
text-align
:
center
;
margin-bottom
:
50px
;
}
}
}
@media
only
screen
and
(
max-width
:
$LOW_RES
)
{
...
...
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