Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
Literature-services
public-projects
xpub-epmc
Merge requests
!105
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev
dev
into
master
Overview
0
Commits
6
Pipelines
0
Changes
8
Merged
lit_git
requested to merge
dev
into
master
5 years ago
Overview
0
Commits
6
Pipelines
0
Changes
1
Expand
deploy to master
0
0
Merge request reports
Viewing commit
963e73bc
Prev
Next
Show latest version
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
963e73bc
mobile fix
· 963e73bc
Audrey Hamelers
authored
5 years ago
app/components/App.jsx
+
1
−
6
Options
@@ -44,11 +44,6 @@ const BrandingSection = styled.span`
align-items: center;
height: 100%;
padding: 0 calc(
${
th
(
'
gridUnit
'
)}
* 2);
@media screen and (max-width: 375px) {
width: calc(
${
th
(
'
gridUnit
'
)}
* 5);
overflow: hidden;
margin-left: calc(
${
th
(
'
gridUnit
'
)}
* 4);
}
`
const
MainTitle
=
styled
.
img
`
width: 300px;
@@ -79,7 +74,7 @@ const MobileButton = styled(Action)`
display: none;
@media screen and (max-width: 900px) {
display: flex;
padding:
0
calc(
${
th
(
'
gridUnit
'
)}
* 2);
padding: calc(
${
th
(
'
gridUnit
'
)}
* 2);
}
`
const
RightSection
=
styled
.
div
`