Skip to content

Commit 5f341ea

Browse files
committed
Update button styles and media queries for improved responsiveness in notifications.html
1 parent df9c744 commit 5f341ea

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

MovieVerse-Frontend/html/notifications.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,9 @@
602602
}
603603
.hero-btn {
604604
border: none;
605-
padding: 10px 18px;
605+
padding: 12px 22px;
606606
border-radius: 999px;
607-
font-weight: 600;
607+
font-weight: 700;
608608
cursor: pointer;
609609
background: var(--noti-accent);
610610
color: #111;
@@ -614,6 +614,12 @@
614614
transition:
615615
transform 0.2s ease,
616616
box-shadow 0.2s ease;
617+
font-size: 15px;
618+
font-family:
619+
'Poppins',
620+
system-ui,
621+
-apple-system,
622+
sans-serif;
617623
}
618624
.hero-btn.ghost {
619625
background: rgba(255, 255, 255, 0.12);
@@ -1028,7 +1034,7 @@
10281034
position: static;
10291035
}
10301036
}
1031-
@media (max-width: 768px) {
1037+
@media (max-width: 1100px) {
10321038
.noti-hero {
10331039
padding: 22px;
10341040
}
@@ -1038,6 +1044,8 @@
10381044
width: min(180px, 70vw);
10391045
justify-self: start;
10401046
}
1047+
}
1048+
@media (max-width: 768px) {
10411049
.feed-card {
10421050
grid-template-columns: 1fr;
10431051
}

0 commit comments

Comments
 (0)