Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Jul 9, 2024
1 parent a0909af commit 2bde728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</head>

<body>
<h2 id="title">Sites:</h2>
<h2 id="title">Language versions:</h2>
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ h1 {
}
h2 {
font-size: 2.5vmax;
padding-bottom: .25em;
padding-left: .25em;
}
h3 {
font-size: 1.75vmax;
Expand All @@ -42,9 +42,9 @@ a:hover {
transform: scale3d(1,1,1);
text-decoration: underline;
}
ul.a {
ul {
color: white;

font-size: 1.75vmax;
list-style-type: disc;
}
em {
Expand Down

0 comments on commit 2bde728

Please sign in to comment.