Some quick fixes
This commit is contained in:
parent
35f3ea074b
commit
cf7077078f
4 changed files with 32 additions and 26 deletions
|
|
@ -13,7 +13,8 @@
|
|||
|
||||
#jumbo #logoLong {
|
||||
width: 60rem;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
max-width: 35rem;
|
||||
}
|
||||
|
||||
#jumbo #shortAbout {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ body {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
.image img {
|
||||
max-height: 450px;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
border-radius: 0.5rem;
|
||||
border: 3px solid var(--primary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue