Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
91aa74ae
Commit
91aa74ae
authored
Jun 08, 2020
by
Nabila Febri Viola
Browse files
[REFACTOR] Fix profile page margin
parent
55a4b8be
Pipeline
#49905
passed with stages
in 2 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/pages/profile.css
View file @
91aa74ae
...
...
@@ -3,7 +3,7 @@
margin-right
:
-15px
;
margin-top
:
50px
;
margin-bottom
:
50px
;
padding
:
1
rem
;
padding
:
2
rem
;
background-color
:
var
(
--cream
);
}
...
...
frontend/src/pages/profile.js
View file @
91aa74ae
...
...
@@ -95,7 +95,7 @@ const Profile = () => {
<
/div
>
)
:
(
<
div
className
=
"
container d-flex flex-column flex-grow-1 justify-content-center
"
>
<
div
className
=
"
row d-flex flex-row justify-content-center align-items-center px-3 mb-3
"
>
<
div
className
=
"
row d-flex flex-row justify-content-center align-items-center px-3 mb-3
mt-3
"
>
<
div
className
=
"
col-md-2
"
>
<
div
className
=
"
d-flex align-items-start
"
>
<
img
src
=
{
logo
}
alt
=
"
PMI
"
className
=
"
kartu-logo
"
/>
...
...
Write
Preview
Supports
Markdown
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