GITLAB
Marcelo Puebla
/ autoservicio-axion
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
add521cdc619e70b2d8e0fcae299822cddef4506
Authored by
Marcelo Puebla
2020-01-13 16:30:55 -0300
1 parent
feab9cd55e
Exists in
develop
Fix en body
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/styles.scss
Side-by-side Diff
Inline Diff
src/styles.scss
Diff comments
View file @
add521c
...
...
@@ -15,9 +15,8 @@
15
15
16
16
html,
17
17
body {
18
- min-height: 100vh;
19
18
max-height: 100vh;
20
- height: 100
vh
;
19
+ height: 100
%
;
21
20
font-family: "Gotham";
22
21
overflow: hidden;
23
22
user-select: none;