Added widescreen scaling, made elements accidentally thicc

This commit is contained in:
Jeremy D. Berkleef 2021-03-28 14:57:29 -03:00
parent 6e7215d4ad
commit 1e1752e699
2 changed files with 11 additions and 2 deletions

View File

@ -44,3 +44,12 @@
.member-photo .mask { .member-photo .mask {
background-color: rgba(33, 92, 210, 0.7); background-color: rgba(33, 92, 210, 0.7);
} }
@media (max-width: 3840px) {
.section {
padding: 100px;
}
.container {
max-width: 80%;
}
}

View File

@ -126,7 +126,7 @@ a:hover {
height: 1px; height: 1px;
margin: 15px auto 0; margin: 15px auto 0;
position: relative; position: relative;
width: 30%; width: 50%;
} }
.border-meghna:before { .border-meghna:before {