Finished (?) stack overflow blog post

This commit is contained in:
Dan 2026-01-04 16:25:28 +00:00
parent 50ea13e1e0
commit 8ff42e5990
5 changed files with 108 additions and 12 deletions

View file

@ -4,7 +4,7 @@
position: relative;
@include media-down(lg) {
padding: 1rem;
padding: 0rem;
}
// Main container with CRT monitor styling
@ -21,8 +21,17 @@
position: relative;
@include media-down(lg) {
padding: 15px 15px 35px 15px;
border-radius: 8px;
padding: 0px;
border-radius: 0px;
border: 0px;
margin: 0px;
width: 100%;
max-width: 100%;
&::before,
&::after {
display: none;
}
}
.blog-header {
@ -108,6 +117,7 @@
.blogs-screen {
width: 100%;
min-height: 500px;
height: auto; // Allow content to expand
background: #000;
border-radius: 8px;
position: relative;
@ -119,7 +129,7 @@
inset -3px -3px 8px rgba(0, 0, 0, 0.5);
@include media-down(lg) {
border-radius: 6px;
border-radius: 0px;
min-height: 400px;
}