mirror of
https://codeberg.org/aiquiral/pages.git
synced 2024-11-21 19:52:01 +00:00
More minor fixes.
This commit is contained in:
parent
2a6d870470
commit
a48eece96d
|
@ -1,7 +1,7 @@
|
|||
@font-face {
|
||||
font-family: 'Montserrat-Regular';
|
||||
src: url('content/fonts/Montserrat-Regular.woff2') format('woff2'),
|
||||
url('content/fonts/Montserrat-Regular.woff') format('woff');'
|
||||
url('content/fonts/Montserrat-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ h2 {
|
|||
}
|
||||
|
||||
.button {
|
||||
font-family: 'montserratblack';
|
||||
font-family: 'Montserrat-Black';
|
||||
padding: 1.5vw;
|
||||
margin: 2vw;
|
||||
background-image: linear-gradient(145deg, #4c4dfb , #706efb);
|
||||
|
@ -133,7 +133,7 @@ p {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 80%;
|
||||
height: auto;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue