fix links on mobile

This commit is contained in:
Never Gude 2026-08-25 12:08:08 +02:00
parent 2033385119
commit 2bcf807d8a
15 changed files with 49 additions and 4 deletions

View file

@ -104,6 +104,8 @@ main {
#page-header {
display: flex;
flex-direction: row;
gap: 2pt;
justify-content: space-between;
max-width: 60em;
@ -117,6 +119,7 @@ main {
#page-header div {
display: flex;
justify-content: center;
gap: 2pt;
}
@ -173,10 +176,20 @@ main {
border: 1pt solid #e15c27;
}
.nextcloud-button:active {
.forgejo-button:active {
background: linear-gradient(to bottom, #c2410c 0%, #ff7740 100%);
}
.jupyter-button {
color: #fdf6e3 !important;
background: linear-gradient(to bottom, #ffae5c 0%, #f37524 100%);
border: 1pt solid #ff903f;
}
.jupyter-button:active {
background: linear-gradient(to bottom, #f37524 0%, #ffae5c 100%);
}
#articles ul {
padding-left: 0;
}
@ -240,6 +253,10 @@ main {
h1 {
font-size: 1.8em;
}
#page-header {
flex-direction: column;
}
}
@media print {