Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions calc.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ h1 {
#no,
#no1 {
border: none;
border-bottom: 2px solid red;
border-bottom: 2.1px solid red;
/* width:fit-content; */
max-width: 3.6vw;
margin-right: 1.46vw;
max-width: 3.7vw;
margin-right: 1.47vw;
/* margin-top:100px; */
}
* {
Expand All @@ -28,5 +28,5 @@ button {
margin-right: 2.2vw;
}
.btn p {
border-bottom: 2px solid red;
border-bottom: 2.2px solid red;
}