Some quick fixes

This commit is contained in:
Henry Hiles 2023-07-05 12:12:57 -04:00
commit cf7077078f
4 changed files with 32 additions and 26 deletions

View file

@ -13,7 +13,8 @@
#jumbo #logoLong {
width: 60rem;
max-width: 100%;
width: 100%;
max-width: 35rem;
}
#jumbo #shortAbout {

View file

@ -22,6 +22,10 @@ body {
box-sizing: border-box;
}
img {
max-width: 100%;
}
svg {
vertical-align: middle;
}

View file

@ -24,7 +24,6 @@
.image img {
max-height: 450px;
max-width: 100%;
padding: 0;
border-radius: 0.5rem;
border: 3px solid var(--primary);