Minor css changes for mobile

This commit is contained in:
Rosia E Evans 2023-02-01 21:02:04 +00:00
parent b5e2881010
commit 74439469ec
8 changed files with 109 additions and 11 deletions

View file

@ -46,3 +46,22 @@ span:hover{
background-color: var(--highlight);
color: var(--base);
}
@media (orientation:portrait){
a{
background-color: var(--highlight);
color: var(--base);
text-decoration: none;
border-radius:4px;
}
#Title{
background-color: var(--highlight);
color: var(--base);
text-decoration: none;
border-radius:4px;
border-bottom: none;
}
}