Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher M Reffett
whats-open
Commits
b1c5b5af
Commit
b1c5b5af
authored
Sep 18, 2013
by
Renfred Harper
Browse files
Increase mobile footer size
parent
3c6e738c
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
b1c5b5af
...
...
@@ -33,10 +33,6 @@ body {
background-size
:
cover
;
}
.main-container
{
padding-bottom
:
150px
;
}
.title
{
text-align
:
center
;
font-size
:
50px
;
...
...
@@ -95,13 +91,16 @@ ul.ui-autocomplete {
width
:
150px
;
height
:
auto
;
}
.main-container
{
padding-bottom
:
200px
;
}
#footer
{
background-color
:
rgba
(
252
,
252
,
255
,
0.78
);
bottom
:
0
;
position
:
absolute
;
left
:
0
;
right
:
0
;
height
:
1
00
px
;
height
:
1
65
px
;
text-align
:
center
;
font-size
:
15px
;
display
:
none
;
...
...
@@ -135,6 +134,12 @@ ul.ui-autocomplete {
position
:
absolute
;
right
:
15px
;
}
.main-container
{
padding-bottom
:
150px
;
}
#footer
{
height
:
100px
;
}
}
/* lg */
@media
(
min-width
:
1200px
)
{
...
...
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