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:
parent
b1202ebc44
commit
0a49cf263d
@ -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;
|
||||||
|
2
assets/css/ascribe.min.css
vendored
2
assets/css/ascribe.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user