1
2022-12-18 17:12:33 +00:00

2 lines
989 B
CSS

.about-card{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-around;width:max-content;max-width:95vw;margin-left:auto;margin-right:auto;margin-top:2em;margin-bottom:2em}.about-card .profile-photo-container{width:150px;height:150px;margin:0;padding:0}.about-card .profile-photo-container>img{width:100%}.about-card .text-container{margin-left:1em;height:max-content}.about-card .text-container .intro-text{margin-bottom:1em}.about-card .text-container .intro-text h1,.about-card .text-container .intro-text p{margin:0;line-height:1em}.about-card .text-container .quick-links{height:max-content}.about-card .text-container .quick-links ul{margin:0;padding:0}.about-card .text-container .quick-links ul li{list-style-type:none;line-height:1.25em;margin:0;padding:0}.about-card .text-container .quick-links ul li .about-quick-link img{display:inline-block;height:1em;width:1em;filter:invert(9%) sepia(97%) saturate(6581%) hue-rotate(247deg) brightness(94%) contrast(144%)}