profile page should no longer scale weirdly
This commit is contained in:
parent
f939d97c8b
commit
0cd31303b2
|
|
@ -261,14 +261,17 @@
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feed,
|
#feed, #profileleftcontainer {
|
||||||
#profileleftcontainer {
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profileleftcontainer, #profilerightcontainer {
|
||||||
|
max-width: 450px;
|
||||||
|
}
|
||||||
|
|
||||||
#gamesframe,
|
#gamesframe,
|
||||||
#profilerightcontainer {
|
#profilerightcontainer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -385,7 +388,7 @@ body {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: flex-start;
|
justify-content: space-around;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1>Catalog</h1>
|
<h1>Catalog</h1>
|
||||||
<div class="content_special" style="flex-wrap: wrap">
|
<div class="content_special" style="flex-wrap: wrap; justify-content: flex-start">
|
||||||
<div class="catalogitem">
|
<div class="catalogitem">
|
||||||
<img class="catalogitemimage" src="{{ asset('img/reviewpending.png') }}">
|
<img class="catalogitemimage" src="{{ asset('img/reviewpending.png') }}">
|
||||||
<p>Item Name</p>
|
<p>Item Name</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue