Added widescreen scaling, made elements accidentally thicc
This commit is contained in:
parent
6e7215d4ad
commit
1e1752e699
@ -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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user