change slugs
This commit is contained in:
parent
aa329b4c06
commit
1356b1c221
|
|
@ -51,6 +51,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand-logo a img {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
@ -65,6 +69,8 @@
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@yield('css')
|
@yield('css')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue