Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic-practice-pages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
git
basic-practice-pages
Commits
295549c7
Commit
295549c7
authored
4 years ago
by
Jacek Lebioda
Browse files
Options
Downloads
Patches
Plain Diff
fix: corrected margins and tuned width on mobile
parent
ed3da0b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_sass/minima/_boxes.scss
+2
-2
2 additions, 2 deletions
_sass/minima/_boxes.scss
jekyll-theme-lcsb-default.gemspec
+1
-1
1 addition, 1 deletion
jekyll-theme-lcsb-default.gemspec
with
3 additions
and
3 deletions
_sass/minima/_boxes.scss
+
2
−
2
View file @
295549c7
...
...
@@ -21,7 +21,7 @@ $COLOR_BOX_FONT: #444;
padding
:
10px
20px
0px
20px
;
border
:
solid
2px
$COLOR_BOX_SECONDARY
;
margin-bottom
:
#{
"min(35px, 5%)"
}
;
margin-bottom
:
25px
;
border-radius
:
0
0
15px
15px
;
border-top
:
solid
5px
$COLOR_BOX_PRIMARY
;
...
...
@@ -31,7 +31,7 @@ $COLOR_BOX_FONT: #444;
}
@media
(
max-width
:
800px
)
{
width
:
90
%
;
width
:
86
%
;
margin-right
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
jekyll-theme-lcsb-default.gemspec
+
1
−
1
View file @
295549c7
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.3.1
3
"
spec
.
version
=
"0.3.1
4
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment