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 {
float: right;
padding: 10px;
margin-top: -10px;
}
footer .bottom-footer .social li {
display: inline-block;
@ -3261,6 +3261,7 @@ footer .button:hover {
footer .copyright {
float: none;
margin-bottom: 10px;
text-align: center;
}
footer .bottom-footer .menu {
float: none;

File diff suppressed because one or more lines are too long

View File

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