You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
643 B

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
.header {
text-align: center;
}
.header .profile-image {
float: none !important;
margin: 0 auto;
}
.header .profile-content {
float: none !important;
text-align: center;
}
.header .btn {
margin-top: 30px;
float: none !important;
}
.project-image {
margin-bottom: 15px;
}
}
// Super large devices (large desktops, 1400px and up)
@media (min-width: 1400px) {
.container {
width: 1360px;
max-width: inherit;
}
}