This website works better with JavaScript.
Home
Explore
Help
Sign In
artur
/
paper-cred-demo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixing Min-height and footer at the bottom
pull/3/head
Vitor Pamplona
5 years ago
parent
b1b8bbb3b4
commit
9cc0d81907
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
css/style.v2.css
+1
-1
css/style.verify.css
+ 2
- 0
css/style.v2.css
View File
@ -1,11 +1,13 @@
body
{
font-family
:
'IBM Plex Sans'
,
sans-serif
;
margin
:
0px
;
height
:
100
%
;
}
.
center
{
max-width
:
1100px
;
margin
:
30px
auto
0
auto
;
min-height
:
80vh
;
/* will cover the 100% of viewport */
}
.
center2
{
+ 1
- 1
css/style.verify.css
View File
@ -19,8 +19,8 @@ h4 {
margin
:
20px
0px
10px
0px
;
}
.
center
{
min-height
:
80vh
;
/* will cover the 100% of viewport */
max-width
:
1100px
;
margin
:
30px
auto
0
auto
;
}
Write
Preview
Loading…
Cancel
Save