Skip to content

Commit

Permalink
Merge pull request #208 from LibreCodeCoop/feature/footer-style-bottom
Browse files Browse the repository at this point in the history
style footer bottom
  • Loading branch information
vitormattos authored Jun 12, 2024
2 parents 19bfe2d + e707f44 commit 7a00e9b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
20 changes: 17 additions & 3 deletions source/_assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1382,9 +1382,8 @@ h6 {

#footer {
background: #e5332aff;
/* padding: 0 0 30px 0; */
padding: 30px;
color: #eee;
margin-top: auto;
}

#footer .container{
Expand All @@ -1394,7 +1393,6 @@ h6 {

#footer .footer-top {
background: #e5332aff;
/* padding: 60px 0 30px 0; */
}

#footer .footer-top .footer-info {
Expand Down Expand Up @@ -1717,3 +1715,19 @@ End jobs page style
/*---------------------------------------------------------
Margin to page area of acting, benefs,
---------------------------------------------------------*/

/*-----------------------------------------------------
Start size-jobs-page
*/
.size-jobs-page{
min-height: calc(87.4vh - 180px);
}

@media (max-width: 430px) {
.size-jobs-page{
min-height: calc(70vh - 180px);
}
}
/*-----------------------------------------------------
Start size-jobs-page
*/
3 changes: 1 addition & 2 deletions source/_layouts/job.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('_layouts.main')
@section('body')

<main id="main" class="p-5 hight-jobs-page">
<main id="main" class="p-5 hight-jobs-page size-jobs-page">
<section>
<div class="container">
<div>
Expand All @@ -13,4 +13,3 @@
</main>

@endsection

0 comments on commit 7a00e9b

Please sign in to comment.