style
This commit is contained in:
parent
1ea71fde8a
commit
f4a79cbac0
|
|
@ -499,9 +499,14 @@ a,
|
|||
width: 80%;
|
||||
height: 100%;
|
||||
left: 20%;
|
||||
background-color: rgb(200,200,200);
|
||||
background-color: rgb(0,0,0);
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 0px;
|
||||
overflow-x: hidden;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#InviteTreeContainer {
|
||||
|
|
|
|||
|
|
@ -34,8 +34,7 @@
|
|||
<br><br>
|
||||
<a href="{{ route('home') }}"><span style="font-size:20px">←</span> Return to Main Site</a>
|
||||
</div>
|
||||
<div class="iphone-content"
|
||||
style="padding-left: 5px; padding-right: 0px; overflow-x: hidden; position: fixed; height: 100%; color: black;">
|
||||
<div class="iphone-content">
|
||||
@yield('content')
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue