Transfer to git

This commit is contained in:
2026-02-03 19:37:38 -03:00
commit 9ffbd90a82
136 changed files with 5798 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/* RESPONSIVE DESIGN, LAPTOP SLIM */
@media only all and (max-width:1175px){
/* ------------- Order ------------- */
.blinkies.one { order: 1; }
.articles { order: 4; }
.main { order: 2; }
.chat-webrings { order: 3; }
.blinkies.two { order: 5; }
/* ------------- Layout ------------ */
.articles { flex-grow: 1; }
.chat-webrings { flex-grow: 0; }
.main {
flex-grow: 999;
min-width: 50%}
.services { overflow-y: auto; }
/* --- Decoration --- */
}