This commit is contained in:
Pablo Aragon 2023-03-06 09:23:30 +01:00
parent 6ae86b4c39
commit 9c5203885e
1 changed files with 6 additions and 2 deletions

View File

@ -169,7 +169,7 @@ fieldset legend {
.container_network {
margin: 20px;
width: 100%;
width: 95%;
display: flex;
justify-content: space-around;
}
@ -194,13 +194,17 @@ fieldset legend {
margin-right: 30px;
}
.vlan_statistics {
width: 600px;
}
.vlan_statistics p {
margin-left: 10px;
font-style: italic;
}
.vlan_statistics div div {
width: 95%;
width: 90%;
}
.container_button {