Public Access
5
0
This commit is contained in:
2025-11-30 15:54:52 -05:00
6 changed files with 113 additions and 8 deletions

View File

@@ -919,6 +919,52 @@ footer {
scroll-margin-top: 140px;
}
.descarmure {
background-color: #13172c;
}
.armtxt {
color: white;
padding: 10px;
}
.infoarm {
text-align: center;
color: white;
background-color: #13172c;
padding-top: 10px;
}
.wf-table-simple {
width: 90%;
margin: auto;
border-collapse: collapse;
background: rgba(0, 0, 0, 0.4);
}
.wf-table-simple th {
padding: 15px;
font-size: 1.5rem;
border: 2px solid white;
}
.wf-table-simple td {
border: 2px solid white;
padding: 15px;
}
.wf-table-simple img {
width: 200px;
height: auto;
border-radius: 15px;
display: block;
margin: auto;
}
.wf-table-simple p {
margin-top: 10px;
font-size: 1.2rem;
}
/****************************/