body {
margin-right: auto;
margin-left: auto;
min-width: 720px;
max-width: 1920px;
width: 70%;
}
.wrapper{
margin-right: auto;
margin-left: auto;
width: 121%;
}
body, .wrapper {
margin-right: auto;
margin-left: auto;
min-width: 720px;
max-width: 1920px;
width: 85%;
}
спасибо ;), значит буду разбираться с firewall.d
firewall-cmd --list-all
firewall-cmd --add-port=80/tcp
firewall-cmd --add-port=80/tcp --permanent
firewall-cmd --remove-port=80/tcp
firewall-cmd --remove-port=80/tcp --permanent
firewall-cmd --remove-service=ssh
firewall-cmd --add-service=http
firewall-cmd --remove-service=ssh --permanent
firewall-cmd --add-service=http --permanent