mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Cleaning up CSS
This commit is contained in:
parent
91c9154ce0
commit
5930510438
2 changed files with 6 additions and 6 deletions
|
@ -88,7 +88,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
font-size: 40px;
|
font-size: 35px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -98,7 +98,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-text {
|
.intro-text {
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -107,9 +107,9 @@ a:focus {
|
||||||
|
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 35px;
|
width: 30px;
|
||||||
height: 35px;
|
height: 30px;
|
||||||
line-height: 35px;
|
line-height: 30px;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.5">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it.">
|
<meta name="description" content="Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it.">
|
||||||
<title>Minecraft.ga - OP Sandbox Server</title>
|
<title>Minecraft.ga - OP Sandbox Server</title>
|
||||||
<link href="css/minecraft.css" rel="stylesheet">
|
<link href="css/minecraft.css" rel="stylesheet">
|
||||||
|
|
Loading…
Reference in a new issue