Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
www
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
12e56ebf
authored
May 28, 2016
by
Jun Matsushita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mobile menu alignment
parent
43f228d2
Pipeline
#452
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
2 deletions
+33
-2
code/public/css/site.css
+32
-1
content/index.md
+1
-1
No files found.
code/public/css/site.css
View file @
12e56ebf
...
...
@@ -101,6 +101,37 @@ p img {
.nav-link.active
{
color
:
#33C3F0
;
}
.navbar-brand
{
float
:
none
;
text-align
:
center
;
margin-right
:
0
;
}
.navbar-nav
.nav-item
{
float
:
none
;
text-align
:
center
;
margin-right
:
0
;
}
.navbar-divider
,
.navbar-nav
.nav-item
+
.nav-item
,
.navbar-nav
.nav-link
+
.nav-link
{
margin-left
:
0
;
text-align
:
center
;
margin-right
:
0
;
}
@media
(
min-width
:
768px
)
{
.navbar-brand
{
float
:
left
;
}
.navbar-nav
.nav-item
{
float
:
left
;
}
.navbar-divider
,
.navbar-nav
.nav-item
+
.nav-item
,
.navbar-nav
.nav-link
+
.nav-link
{
margin-left
:
1rem
;
}
}
/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button.button-primary
{
...
...
@@ -161,7 +192,7 @@ blockquote p {
}
/* Bigger than 750 */
@media
(
min-width
:
7
50
px
)
{
@media
(
min-width
:
7
68
px
)
{
.section
{
padding
:
10rem
0
9rem
;
}
...
...
content/index.md
View file @
12e56ebf
...
...
@@ -63,7 +63,7 @@ We're busy:
Take a peek into our current thinking on design:
-
[
Use Cases
](
framework/workflow
)
-
[
Sitemap
](
design/sitemap-2
)
-
[
Mockup Site
](
design/
mockup
)
-
[
Mockup Site
](
mockup
)
</div>
</div>
...
...
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