Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
5f0868d3
Commit
5f0868d3
authored
Jan 16, 2020
by
Lukas Burgey
Browse files
Make center element larger
parent
7da1b557
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/app.component.html
View file @
5f0868d3
<header
feudal-header
></header>
<div
class=
"body"
>
<div
*ngIf=
"(userService.combiSrc() | async) as combi"
style=
"max-width: 800px;"
class=
"centered"
>
<div
*ngIf=
"(userService.combiSrc() | async) as combi"
class=
"centered"
>
<div
*ngIf=
"combi.user != undefined"
>
<div
*ngIf=
"(userService.sshKeysSrc() | async)?.length > 0; else noCredentials"
>
<div
style=
"margin-bottom: 50px;"
>
...
...
src/styles.css
View file @
5f0868d3
...
...
@@ -28,7 +28,7 @@ table {
tr
>
*
{
padding-right
:
15px
;
height
:
42
px
;
padding-bottom
:
15
px
;
}
/* same as childs inline */
...
...
@@ -123,4 +123,6 @@ mat-panel-description > * {
.centered
{
margin-left
:
auto
;
margin-right
:
auto
;
width
:
80%
;
max-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