mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Make column wider on sm breakpoint
This commit is contained in:
parent
c222b747f2
commit
7df166fe58
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
<div class="container p-0">
|
<div class="container p-0">
|
||||||
<div class="col-md-8 mx-auto pt-4 px-0">
|
<div class="col-md-10 col-lg-8 mx-auto pt-4 px-0">
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue