Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
10ae756a
Commit
10ae756a
authored
8 years ago
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project header alignment media query bug
parent
5f22603b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+3
-3
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
10ae756a
...
...
@@ -28,7 +28,7 @@
.container-fluid
{
position
:
relative
;
@media
(
min-width
:
$screen-
md-max
)
{
@media
(
min-width
:
$screen-
lg-min
)
{
.row
{
display
:
flex
;
-ms-flex-align
:
center
;
...
...
@@ -224,7 +224,7 @@
right
:
16px
;
bottom
:
0
;
@media
(
max-width
:
$screen-
lg-min
)
{
@media
(
max-width
:
$screen-
md-max
)
{
top
:
0
;
}
...
...
@@ -233,7 +233,7 @@
right
:
0
;
bottom
:
61px
;
@media
(
max-width
:
$screen-
lg-min
)
{
@media
(
max-width
:
$screen-
md-max
)
{
position
:
relative
;
bottom
:
0
;
margin-right
:
10px
;
...
...
This diff is collapsed.
Click to expand it.
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