fix layout issue on repos for not signed in users
This commit is contained in:
parent
f8ce0b494f
commit
08bc13aedd
|
@ -2,9 +2,6 @@
|
||||||
.row
|
.row
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
|
|
||||||
max-width: 1024px
|
|
||||||
margin: auto
|
|
||||||
|
|
||||||
.main
|
.main
|
||||||
margin: auto
|
margin: auto
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
|
@ -66,7 +63,7 @@
|
||||||
float: left
|
float: left
|
||||||
margin-left: grid-calc(6, 24)
|
margin-left: grid-calc(6, 24)
|
||||||
overflow: visible
|
overflow: visible
|
||||||
ercac
|
|
||||||
.centered .wrapper-main
|
.centered .wrapper-main
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
margin-left: auto
|
margin-left: auto
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dashboard centered">
|
<div class="dashboard wrapper-main">
|
||||||
{{!-- <section class="dashboard-starred">
|
{{!-- <section class="dashboard-starred">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="dashboard--empty">
|
<div class="dashboard--empty">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user