hugo-theme-home-firman/assets/style.css

58 lines
952 B
CSS

:root {
font-family: Inter, sans-serif;
font-feature-settings: 'liga' 1, 'calt' 1;
}
body {
padding: 2rem;
font-size: 1.05rem;
line-height: 1.5;
text-align: center
}
h1 {
font-size: 4rem;
line-height: 1;
letter-spacing: -0.03em;
}
h2 {
font-size: 2.75rem;
line-height: 1;
letter-spacing: -0.03em;
}
a {
color: black;
text-decoration: none;
}
.motto {
margin: auto;
padding: 1em;
width: 18em;
border: 1px solid black;
border-radius: .33em;
text-align: center;
font-size: 1.55rem;
line-height: 1.3;
}
.contact-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.contact-container > div {
margin: .33em;
padding: .33em;
background-color: #f0f0f0;
border-radius: .33em;
}
.button {
margin: auto;
padding: 1em;
width: 16em;
color: white;
background-color: black;
border-radius: .33em;
text-align: center;
cursor: pointer;
display: block;
font-weight: bold;
}