chore: fixed css and added phc analytics
continuous-integration/drone/push Build is passing Details

pull/2/head
Antonio De Lucreziis 2 months ago
parent e9c9638cc5
commit 2266a1586c

@ -46,6 +46,12 @@ const { title, courses, selectedCourseLabel } = Astro.props
}) })
}) })
</script> </script>
<script
data-goatcounter="https://analytics.phc.dm.unipi.it/count"
async
src="//analytics.phc.dm.unipi.it/count.js"></script>
<title>{title}</title> <title>{title}</title>
</head> </head>
<body> <body>

@ -84,7 +84,7 @@ table {
width: 100%; width: 100%;
max-width: auto; max-width: auto;
font-size: 15px; font-size: 14px;
line-height: 1.25; line-height: 1.25;
th, th,
@ -363,6 +363,7 @@ body {
border: none; border: none;
border-bottom: 4px solid #a00; border-bottom: 4px solid #a00;
border-radius: 0;
} }
> footer { > footer {

Loading…
Cancel
Save