mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
Fixed the footer items to center
This commit is contained in:
parent
d895f17962
commit
b358d15573
@ -283,7 +283,7 @@
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<footer class="footer" style="display: flex;justify-content: center;align-items: center;" >
|
||||
<section class="container">
|
||||
<p>
|
||||
Designed with ♥ by
|
||||
|
@ -920,7 +920,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<footer class="footer" style="display: flex;justify-content: center;align-items: center;">
|
||||
<section class="container">
|
||||
<p>
|
||||
Designed with ♥ by
|
||||
|
Loading…
Reference in New Issue
Block a user