Skip to content

Commit

Permalink
Fix: Login and login with google button is overlapping. (#317)
Browse files Browse the repository at this point in the history
<!-- ISSUE & PR TITLE SHOULD BE SAME-->
## Description
<!--Please include a brief description of the changes-->
Added margin in the buttons and now it is looking good 

## Related Issues

<!--Cite any related issue(s) this pull request addresses. If none,
simply state “None”-->
- Closes #

## Type of PR
<!-- Mention PR Type according to the issue in brackets below and check
the below box -->
- [X] (#316 )

## Screenshots / videos (if applicable)
<!--Attach any relevant screenshots or videos demonstrating the
changes-->

![image](https://github.com/user-attachments/assets/fb91c206-875a-40e1-8ac8-260fa9266c37)


## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [X] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [X] I have updated my branch and synced it with project `main` branch
before making this PR
- [X] I have performed a self-review of my code
- [X] I have tested the changes thoroughly before submitting this pull
request.
- [X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [X] I have commented my code, particularly in hard-to-understand
areas.


## Additional context:
<!--Include any additional information or context that might be helpful
for reviewers.-->
  • Loading branch information
Anjaliavv51 authored Oct 7, 2024
2 parents 11495a6 + 80b0416 commit 2152579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Css-files/login1.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ body {
height: 45px;
border-radius: 15px;
border: none;
margin: 10px; /*Margin added so that they do not overlap*/
background-color: #aa6a6a;
color: rgb(190, 135, 135);
font-size: 16px;
Expand Down

0 comments on commit 2152579

Please sign in to comment.