@media only screen and (max-width:768px) {
    ul.nav.nav-links {
    	overflow-x:scroll;
    }
    .profile-info {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.profile-avatar {
		margin-bottom: 0.5rem;
	}

	.main_menu ul {
		flex-direction: column;
	}

	.main_menu a {
		text-align: center;
	}
}