updated projects

This commit is contained in:
Chirag Bhalotia 2023-07-02 02:01:02 +05:30
parent 8858586b22
commit c243b84560
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
3 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,7 @@ export const ArtStyle = styled.div`
padding: 100px 20px;
height: 100vh;
display: flex;
gap:10px;
align-items: center;
justify-content: center;
flex-wrap: wrap;

View File

@ -1,13 +1,12 @@
import styled from "styled-components";
export default styled.div`
padding: 2%;
padding: 0.8rem;
width: 230px;
height: 320px;
box-sizing: border-box;
background-color: var(--color12);
border-radius: 5px;
box-shadow: 10px 9px 0px -3px #fffefe;
border-radius: 1rem;
margin: 5px;
* {
margin-top: inherit;
@ -16,6 +15,10 @@ export default styled.div`
color: #92dcf3;
/* padding: 4px; */
}
.date{
font-weight: bold;
font-size: 1.2rem;
}
.card-logo {
display: flex;
/* width: 100%; */

View File

@ -1,7 +1,7 @@
import styled from "styled-components";
export default styled.nav`
background: rgb(0, 0, 0, 0.2);
background: rgb(0, 0, 0, 0.3);
padding: 20px;
position: fixed;
top: 0;