Skip to content

Commit

Permalink
Fixed template for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Apr 1, 2021
1 parent 914bdb9 commit ea4f409
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions views/docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,23 @@
</head>
<body>


<div class="col-lg-8 mx-auto pt-md-5">
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
<span class="d-flex align-items-center text-dark text-decoration-none me-auto user-select-none">
<div class="container">
<div class="col-lg-11 mx-auto pt-3 pt-md-5">
<header class="row d-flex align-items-center pb-md-3 mb-4 mb-md-5 border-bottom">
<span class="col d-flex align-items-center text-dark text-decoration-none me-auto user-select-none">
<img alt="Starter template" src="https://sajya.github.io/assets/img/logo.svg" width="45" class="me-2">
<span class="fs-3">
{{ $title }} <span class="text-muted ps-2 fs-6">{ JSON-RPC } Documentation</span>
{{ $title }}
<span class="text-muted ps-md-2 fs-6 d-block d-md-inline">{ JSON-RPC } Documentation</span>
</span>
</span>

<mark class="px-2 user-select-all">{{ $uri }}</mark>
<mark class="col-12 col-md-auto px-2 user-select-all mt-2 mt-md-0">{{ $uri }}</mark>
</header>

@foreach($procedures as $procedure)

<div class="row g-5">
<div class="row g-2 g-md-5">
<div class="col-12 col-md-3 pe-md-0">
<h4 class="user-select-all mb-3">
{{ $procedure['name'] }}
Expand Down Expand Up @@ -94,6 +95,7 @@ class="d-flex align-items-center text-dark text-decoration-none" target="_blank"
</div>
</footer>
</div>
</div>

</body>
</html>

0 comments on commit ea4f409

Please sign in to comment.