Add portfolio grid with 15 case studies and reusable template
This commit is contained in:
@@ -269,9 +269,17 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.browser-dots span:first-child { background: #ff5f57; }
|
||||
.browser-dots span:nth-child(2) { background: #febc2e; }
|
||||
.browser-dots span:nth-child(3) { background: #28c840; }
|
||||
.browser-dots span:first-child {
|
||||
background: #ff5f57;
|
||||
}
|
||||
|
||||
.browser-dots span:nth-child(2) {
|
||||
background: #febc2e;
|
||||
}
|
||||
|
||||
.browser-dots span:nth-child(3) {
|
||||
background: #28c840;
|
||||
}
|
||||
|
||||
.browser-url {
|
||||
font-family: var(--mono);
|
||||
|
||||
Reference in New Issue
Block a user