Oxymoron.html
Oxymoron.html
KPCKevin Powell - Community
Created by Oxymoron.html on 7/29/2023 in #front-end
Responsive Header issues
css header{
background-color: $color1;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 3%;
min-height: 15vh;
position: relative;

@include mobile {
width: 100dvw;
}
css header{
background-color: $color1;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 3%;
min-height: 15vh;
position: relative;

@include mobile {
width: 100dvw;
}
4 replies