Pruning code by combining selectors
Both selectors were doing the same thing and were right next to each other, figured it may be cleaner to consolidate the code by combining the selectors.
This commit is contained in:
parent
6ee2bef7b1
commit
0c62902d0c
|
@ -143,13 +143,8 @@
|
|||
gap: 50px;
|
||||
}
|
||||
|
||||
.photo {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sidebar .side-content {
|
||||
display: grid;
|
||||
.side-content, .photo {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue