2 lines
756 B
CSS
2 lines
756 B
CSS
h1,h2,h3,h4,h5,h6{font-family:"Urbanist", sans-serif}p{font-family:"Roboto", sans-serif}.container{max-width:700px;margin:auto}.profile-card{margin-top:30px;margin-bottom:30px}.profile-card .row{width:max-content;max-width:100vw;margin:auto;overflow-wrap:normal}.profile-card .row .headshot-container{display:inline-block;max-width:150px}.profile-card .row .headshot-container img{width:100%}.profile-card .row .text-container{display:inline-block;margin-left:20px}.profile-card .row .text-container h1,.profile-card .row .text-container p{margin:0px}.profile-card .row .text-container h1 a,.profile-card .row .text-container p a{text-decoration:none}.navigation-bar{text-align:center}.navigation-bar p{margin:0px}.navigation-bar p a{text-decoration:none}
|