mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-27 00:31:30 +00:00
fix article width
This commit is contained in:
@@ -26,7 +26,8 @@ a:visited {
|
||||
article {
|
||||
border-radius: 20px;
|
||||
background-color: whitesmoke;
|
||||
width: 400px;
|
||||
width: 50%;
|
||||
min-width: 350px;
|
||||
box-shadow: 10px 10px 27px 5px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
@@ -44,7 +45,7 @@ article > a:visited {
|
||||
}
|
||||
|
||||
article > a > img {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 20px 20px 0px 0px;
|
||||
|
Reference in New Issue
Block a user