Skip to content

Commit

Permalink
Tooltip revise (#109)
Browse files Browse the repository at this point in the history
* changed header and footer title and links
  • Loading branch information
Detzner authored Dec 9, 2024
1 parent 3028673 commit 2850012
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/Tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Application Development UX Standards</title>
<title>Application Development UX Components</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//cdn.toolkit.illinois.edu' />
<link rel='dns-prefetch' href='//cdn.disability.illinois.edu' />
Expand Down Expand Up @@ -33,13 +33,12 @@
<style>

#primary {
max-width: 1140px !important;
margin: 0 auto;
max-width: 1200px !important;
margin: 30px auto 0 auto;
}

@media (max-width: 1200px) {
#primary {
padding: 0 30px;
}
}

Expand All @@ -56,7 +55,15 @@
#primary {
max-width: 100% !important;
}
}
}

.page-wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
}


</style>
</head>
Expand All @@ -67,7 +74,8 @@
<il-header>
<div slot="wordmark">
<il-unit-wordmark>
<h1 class="il-secondary-unit"><a href="https://appdev.illinois.edu/">Application Development UX Standards</a></h1>
<p class="il-primary-unit"><a href="https://appdev.illinois.edu/">Application Development Standards</a></p>
<h1 class="il-secondary-unit"><a href="https://app-illinois.github.io/Design-Resources/">Application Development UX Components</a></h1>
</il-unit-wordmark>
</div>
</il-header>
Expand Down Expand Up @@ -143,7 +151,7 @@ <h2>Link</h2>
<il-footer>

<div slot="contact" class="il-footer-contact uofi_address">
<p><a href="https://vigilant-fishstick-2k4pppq.pages.github.io/">Application Development UX Standards</a></p>
<p><a href="https://appdev.illinois.edu/">Application Development Standards</a></p>
</div>

<nav slot="links" class="il-footer-links" aria-label="Legal notices">
Expand Down

0 comments on commit 2850012

Please sign in to comment.