Skip to content

Commit c49c7cd

Browse files
committed
Merge branch 'fix/update-github-workflow'
2 parents 8052308 + d2e2820 commit c49c7cd

File tree

2 files changed

+230
-245
lines changed

2 files changed

+230
-245
lines changed

css/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,16 @@ a:hover {
167167
background: #f6f8fa;
168168
border-radius: 4px;
169169
}
170+
171+
/* Custom classes for boxed content */
172+
.boxed-content {
173+
border: 3px solid #1c1c1c;
174+
padding: 10px;
175+
border-radius: 5px;
176+
}
177+
178+
.tight-boxed-content {
179+
border: 3px solid #1c1c1c;
180+
padding: -2px;
181+
border-radius: 5px;
182+
}

0 commit comments

Comments
 (0)