generated from muhtadeetaron/nextjs-template
fixed sliding gallery, fixed styling
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 24px;
|
||||
font-size: 20px ;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
@ -133,14 +133,14 @@
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.header {
|
||||
height: 80px;
|
||||
height: 100px;
|
||||
padding-top: 15px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 14px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.profile {
|
||||
@ -148,8 +148,8 @@
|
||||
}
|
||||
|
||||
.profileImg {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.timer {
|
||||
|
||||
Reference in New Issue
Block a user