log101-dot-dev/src/styles/gol.css

66 lines
927 B
CSS
Raw Normal View History

2024-05-03 19:27:18 +00:00
.container {
width: 710px;
2024-05-01 06:12:27 +00:00
}
2024-05-03 19:27:18 +00:00
.header {
display: flex;
flex-direction: column;
justify-content: start;
gap: 6px;
2024-05-01 06:12:27 +00:00
}
2024-05-01 07:28:22 +00:00
.contact-links {
display: flex;
flex-direction: row;
align-items: center;
list-style-type: none;
padding: 0;
margin: 0;
gap: 12px;
}
.contact-links a {
color: grey;
}
.undecorated-anchor a {
text-decoration: none;
}
.nav-links {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
list-style-type: none;
padding: 0;
margin: 0;
gap: 12px;
}
.nav-links a {
font-size: var(--h6-desktop);
color: inherit;
}
.title-and-nav {
display: flex;
flex-direction: column;
gap: 8px;
}
.title-and-gol {
display: flex;
flex-direction: row;
align-items: center;
height: 110px;
}
.main-title {
font-family: "Courier New", Courier, monospace;
font-size: var(--h1-desktop);
max-width: 250;
margin: 0;
padding: 0;
2024-05-01 07:28:22 +00:00
}