Update computers page design
This commit is contained in:
parent
0262ba30ab
commit
d4fef8b313
2 changed files with 338 additions and 317 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue