Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Merge requests
!123
Project 'hifis/hifis.net' was moved to 'hifis/overall/hifis.net'. Please update any links and bookmarks that may still have the old path.
Import software news, blog, events
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Import software news, blog, events
uj-altered-overall-hifis-layout
into
uj-hifis-overall
Overview
0
Commits
14
Pipelines
0
Changes
56
Merged
Uwe Jandt (DESY, HIFIS)
requested to merge
uj-altered-overall-hifis-layout
into
uj-hifis-overall
4 years ago
Overview
0
Commits
14
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
version 9
version 12
317fd53b
4 years ago
version 11
bf3f211c
4 years ago
version 10
11d5be3f
4 years ago
version 9
13e37ad1
4 years ago
version 8
995b4264
4 years ago
version 7
8902e7a6
4 years ago
version 6
85cedcfe
4 years ago
version 5
505dec88
4 years ago
version 4
2eb8e35f
4 years ago
version 3
36104251
4 years ago
version 2
1d1c9eda
4 years ago
version 1
8536d34b
4 years ago
uj-hifis-overall (base)
and
version 10
latest version
317fd53b
14 commits,
4 years ago
version 12
317fd53b
14 commits,
4 years ago
version 11
bf3f211c
13 commits,
4 years ago
version 10
11d5be3f
12 commits,
4 years ago
version 9
13e37ad1
11 commits,
4 years ago
version 8
995b4264
10 commits,
4 years ago
version 7
8902e7a6
9 commits,
4 years ago
version 6
85cedcfe
8 commits,
4 years ago
version 5
505dec88
7 commits,
4 years ago
version 4
2eb8e35f
6 commits,
4 years ago
version 3
36104251
5 commits,
4 years ago
version 2
1d1c9eda
4 commits,
4 years ago
version 1
8536d34b
1 commit,
4 years ago
Show latest version
2 files
+
44
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
assets/css/2019-11-22-Workflow-to-Create-a-new-Blog-Post/create_blog_post.scss
0 → 100644
+
26
−
0
Options
---
---
@
import
"boilerplate/_breakpoints"
;
@import
"boilerplate/_responsive"
;
@import
"boilerplate/_colors"
;
.blog_post_template_image
{
@include
respond-to-medium
(
width
,
75%
,
100%
,
100%
);
max-width
:
850px
;
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
border
:
1px
solid
$color-content-light-gray
;
padding
:
0
.5rem
;
}
.review_apps_button
{
@include
respond-to-medium
(
width
,
75%
,
100%
,
100%
);
max-width
:
850px
;
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
border
:
1px
solid
$color-content-light-gray
;
padding
:
0
.5rem
;
}
Loading