Skip to content

Commit

Permalink
Merge pull request #86 from objectssajad/front-end
Browse files Browse the repository at this point in the history
PSMEL-875
  • Loading branch information
wpexpertsio authored Dec 20, 2024
2 parents 93792a2 + 2617fdd commit afce560
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Postman/Dashboard/assets/css/responsive-style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

#post-smtp-app .header div[data-v-65055dc1] img[data-v-65055dc1] {
width: 220px;
}
.header[data-v-65055dc1],
.container[data-v-64b6d796] {
padding: 0 20px;
Expand Down Expand Up @@ -81,14 +83,15 @@
#post-smtp-app .documentation .body {
padding: 50px 0 25px;
}
#post-smtp-app .card-container .post-smtp-card * {
text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
#post-smtp-app .card-container .post-smtp-card {
padding: 20px 15px;
}
}



@media only screen and (max-width: 1300px) {
#post-smtp-app .container[data-v-64b6d796] {
display: flex;
Expand Down Expand Up @@ -170,5 +173,12 @@
margin: 0 auto;
}


#post-smtp-app .post-smtp-notice {
flex-direction: column;
gap: 10px;
height: auto;
box-sizing: border-box;
width: 100%;
padding: 20px 10px;
}
}
Binary file added Postman/Dashboard/assets/images/logo--.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Postman/Dashboard/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afce560

Please sign in to comment.