This commit is contained in:
Pablo Aragon 2023-03-06 09:23:30 +01:00
parent 6ae86b4c39
commit 9c5203885e

View File

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