Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
amicale-du-combat-libre
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Antonin
amicale-du-combat-libre
Commits
7bab299f
Commit
7bab299f
authored
Jan 25, 2016
by
Antonin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Header reducing bugfix
parent
3f080f7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
6 deletions
+27
-6
perso.css
src/ACL/Bundle/ACLBundle/Resources/public/css/perso.css
+9
-2
a0964dc.css
web/css/a0964dc.css
+9
-2
a0964dc_perso_1.css
web/css/a0964dc_perso_1.css
+9
-2
No files found.
src/ACL/Bundle/ACLBundle/Resources/public/css/perso.css
View file @
7bab299f
...
...
@@ -45,7 +45,7 @@ p {
}
#header
.reduced
{
height
:
150px
;
height
:
20vh
;
min-height
:
150px
;
}
...
...
@@ -54,6 +54,13 @@ p {
margin-top
:
20px
!important
;
}
@media
(
max-width
:
991px
)
{
#header
.reduced
h1
.title
{
font-size
:
28px
!important
;
margin-top
:
40px
!important
;
}
}
#header
.logo
{
display
:
block
;
width
:
100%
;
...
...
@@ -181,7 +188,7 @@ h3 a:focus, h3 a:hover {
}
#main-contents
{
min-height
:
50
vh
;
min-height
:
75
vh
;
}
.content
{
...
...
web/css/a0964dc.css
View file @
7bab299f
...
...
@@ -45,7 +45,7 @@ p {
}
#header
.reduced
{
height
:
150px
;
height
:
20vh
;
min-height
:
150px
;
}
...
...
@@ -54,6 +54,13 @@ p {
margin-top
:
20px
!important
;
}
@media
(
max-width
:
991px
)
{
#header
.reduced
h1
.title
{
font-size
:
28px
!important
;
margin-top
:
40px
!important
;
}
}
#header
.logo
{
display
:
block
;
width
:
100%
;
...
...
@@ -181,7 +188,7 @@ h3 a:focus, h3 a:hover {
}
#main-contents
{
min-height
:
50
vh
;
min-height
:
75
vh
;
}
.content
{
...
...
web/css/a0964dc_perso_1.css
View file @
7bab299f
...
...
@@ -45,7 +45,7 @@ p {
}
#header
.reduced
{
height
:
150px
;
height
:
20vh
;
min-height
:
150px
;
}
...
...
@@ -54,6 +54,13 @@ p {
margin-top
:
20px
!important
;
}
@media
(
max-width
:
991px
)
{
#header
.reduced
h1
.title
{
font-size
:
28px
!important
;
margin-top
:
40px
!important
;
}
}
#header
.logo
{
display
:
block
;
width
:
100%
;
...
...
@@ -181,7 +188,7 @@ h3 a:focus, h3 a:hover {
}
#main-contents
{
min-height
:
50
vh
;
min-height
:
75
vh
;
}
.content
{
...
...
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