Skip to content

Commit

Permalink
[Hexlet#153] fix footer class
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhraj committed Jun 11, 2023
1 parent cbb9ba4 commit bd31505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<body>
<footer th:fragment="foot" class="footer fixed-bottom d-flex p-3 ">
<footer th:fragment="foot" class="bg-dark text-light fixed-bottom">
<div class="container-xl">
<div class="row justify-content-lg-around">
<div class="col-sm-6 col-md-3 col-lg-auto">
Expand Down

0 comments on commit bd31505

Please sign in to comment.