all repos — website.git @ 95bc434a8c27df856539ebfe3ef45e880ae4fea6

Files for the website.

Now Responsive on Mobile
Gio e@mail
Thu, 29 Aug 2024 16:11:51 -0400
commit

95bc434a8c27df856539ebfe3ef45e880ae4fea6

parent

cdd59c220a65cec3d63f04c5fbc77068d66a94aa

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -18,6 +18,7 @@ }

.outline { width: auto; + max-width: 300px; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1;

@@ -25,6 +26,7 @@ grid-row-end: 2;

position: sticky; top: 0; } + .root_link{ color: #9c75dd; }

@@ -86,3 +88,9 @@ text-align: left;

padding: 3pt; } + @media only screen and (max-width: 1100px) { + .outline { + display:none + } +} +