NARF BLOGGGGG//////




BLOG ISH
WRITING ABOUT 

MUSIC NOT MUZAK.
HARDCORE ESOTERIK ONTOLOGY.
SAMURAI BREAKFORCE BREAKBEAT IDEOLOGY.

STUFF IN THE HEAD
CRUNCHY SYZERGIC VIBRATION.




- (19/11/24): SONIC FETISHISM IN TEKNO/* Set full viewport height for the page */
[id="I3560999240"].page {
  min-height: var(--viewport-height);
}

/* Optional: Backdrop styling (currently empty) */
[id="I3560999240"] .backdrop {
  /* Add styling if needed */
}

.mobile [id="I3560999240"] .backdrop {
  /* Mobile-specific backdrop styles */
}

.mobile [id="I3560999240"] .page-layout {
  /* Mobile-specific layout styles */
}

/* Align content to the top and full width */
[id="I3560999240"] .page-content {
  align-items: flex-start;
  width: 100%;
}

/* ================================
   White Thick Lines for Columns
   ================================ */

/* Apply to likely column-style elements */
[id="I3560999240"] .project,
[id="I3560999240"] .grid-item,
[id="I3560999240"] .column {
  border: 4px solid white;        /* Thick white border */
  box-sizing: border-box;
  background-color: transparent;  /* Keep background clean */
  border-radius: 0px;             /* Optional: make rounded if you want */
  padding: 8px;                   /* Optional: space inside border */
}

/* Optional: add space between columns if they’re in a grid */
[id="I3560999240"] .grid,
[id="I3560999240"] .columns-container {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

/* Optional: dark background to make white borders visible */
[id="I3560999240"] .page {
  background-color: #000; /* black background for contrast */
}