Update computers page design

This commit is contained in:
Frankie B 2023-08-26 01:20:28 +01:00
commit d4fef8b313
2 changed files with 338 additions and 317 deletions

View file

@ -342,3 +342,32 @@ .me p {
a:hover {
text-decoration: underline;
}
.computer {
width: 100%;
}
.computer td {
border: none;
}
.computer h1,
.computer hr {
margin: 0;
}
.computer .computer-image {
width: 256px;
}
.spec {
padding-left: 20px;
}
.spec-title {
font-weight: bold;
}
.computer-specs {
margin-top: 5px;
}