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 {
|
||||
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;
|
||||
|
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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user