Made some fixes and removed bootstrap.

This commit is contained in:
deepjyoti30
2020-05-12 21:25:56 +05:30
parent aee78c2646
commit 34b69f727d
3 changed files with 20 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ $others: #81C784;
}
body {
height: 100vh;
height: 97.5vh;
display: flex;
align-items: center;
justify-content: center;
@@ -65,12 +65,17 @@ body {
.sqr {
display: inline-block;
margin: 20px 5px 0 5px;
width: 200px;
width: 170px;
background: lighten($background, 5);
padding: 20px 15px;
padding: 15px 15px;
border-radius: 6px;
min-height: 150px;
h4 {
font-size: 18px;
margin: 15px;
}
&:hover {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
@@ -81,6 +86,8 @@ body {
font-size: 16px;
transition: .1s ease-in;
display: block;
text-decoration: none;
line-height: 22px;
&:hover {
color: $foreground;