Skip to content

Commit 0cb5ea7

Browse files
committed
Modified style for laptop screens
The menus from step 2) are now more compact.
1 parent d7a72ef commit 0cb5ea7

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

css/frame.css

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ div.group-content .group-description {
263263
.rate-the-plugin{
264264
text-align: center;
265265
width: 40% !important;
266+
margin-top: -5px;
266267
}
267268

268269
#rate-stars {
@@ -277,7 +278,7 @@ div.group-content .group-description {
277278
#rate-link {
278279
text-decoration: none;
279280
font-family: "Montserrat",sans-serif;
280-
font-weight: 300;
281+
font-weight: 400;
281282
margin: 0px 0px 0px 20px;
282283
}
283284

@@ -609,4 +610,30 @@ div.group-content .group-description {
609610
-ms-transition: all .3s ease;
610611
-o-transition: all .3s ease;
611612
transition: all .3s ease;
613+
}
614+
615+
616+
617+
618+
/* ====== RESPONSIVE ====== */
619+
620+
621+
@media (max-width: 1366px) {
622+
.group-title {
623+
padding: 4px 20px;
624+
font-weight: 400;
625+
font-size: 14px;
626+
}
627+
.group-title::after {
628+
top: 10px;
629+
}
630+
#rate-stars {
631+
margin: 3px 0 10px 40%;
632+
}
633+
.rate-the-plugin {
634+
margin-left: -8%;
635+
}
636+
637+
638+
612639
}

0 commit comments

Comments
 (0)