mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
fix article width
This commit is contained in:
parent
4a9fa0a059
commit
e627b45921
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user