1
ewpratten.com/styles/components/heading-card.css
2022-12-18 17:12:33 +00:00

2 lines
455 B
CSS

.heading-card{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:max-content;max-width:95vw;margin-left:auto;margin-right:auto;margin-top:2em;margin-bottom:2em}.heading-card .profile-photo-container{width:50px}.heading-card .profile-photo-container img{width:100%}.heading-card .text-container{margin-left:1em;height:max-content}.heading-card .text-container h1,.heading-card .text-container p{margin:0;line-height:1em}