1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-03 10:25:08 +01:00

Centering stuff like a pro using the super advanced text-align property

This commit is contained in:
vrde 2015-11-09 17:48:17 +01:00
parent b1202ebc44
commit 0a49cf263d
3 changed files with 5 additions and 3 deletions

View File

@ -3233,7 +3233,7 @@ footer .bottom-footer .menu li:nth-of-type(2) {
} }
footer .bottom-footer .social { footer .bottom-footer .social {
float: right; float: right;
padding: 10px; margin-top: -10px;
} }
footer .bottom-footer .social li { footer .bottom-footer .social li {
display: inline-block; display: inline-block;
@ -3261,6 +3261,7 @@ footer .button:hover {
footer .copyright { footer .copyright {
float: none; float: none;
margin-bottom: 10px; margin-bottom: 10px;
text-align: center;
} }
footer .bottom-footer .menu { footer .bottom-footer .menu {
float: none; float: none;

File diff suppressed because one or more lines are too long

View File

@ -1763,7 +1763,7 @@ footer {
} }
.social { .social {
float: right; float: right;
padding: 10px; margin-top: -10px;
li { li {
display: inline-block; display: inline-block;
} }
@ -1795,6 +1795,7 @@ footer {
.copyright { .copyright {
float: none; float: none;
margin-bottom: 10px; margin-bottom: 10px;
text-align: center;
} }
.bottom-footer { .bottom-footer {
.menu { .menu {